diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-03-11 11:20:27 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-12 11:22:22 +0200 |
commit | 2742e80bdeef0db15f0c05481826c1cebbe670ec (patch) | |
tree | e5f18101f5a3489f21b53740351a8bca4f280818 /media-sound/pulseaudio-daemon | |
parent | media-sound/ncspot: add xtask goodies to 0.13.0 (diff) | |
download | gentoo-2742e80bdeef0db15f0c05481826c1cebbe670ec.tar.gz gentoo-2742e80bdeef0db15f0c05481826c1cebbe670ec.tar.bz2 gentoo-2742e80bdeef0db15f0c05481826c1cebbe670ec.zip |
media-sound/pulseaudio-daemon: Stabilize 16.1-r6 sparc, #892149
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-daemon')
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild index a3936c0f3d60..945c3036b8b4 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio" else SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${MY_P}" |