diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-07-28 22:06:23 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-07-28 22:06:23 +0200 |
commit | 004d373f6e7dd5fafa1edb534307132e035d2a92 (patch) | |
tree | d70a5461fe774d272dbb84ad98689f5299e12ed4 /media-sound/pulseaudio | |
parent | dev-java/zstd-jni: Allow CMake to find and use JNI without AWT (diff) | |
download | gentoo-004d373f6e7dd5fafa1edb534307132e035d2a92.tar.gz gentoo-004d373f6e7dd5fafa1edb534307132e035d2a92.tar.bz2 gentoo-004d373f6e7dd5fafa1edb534307132e035d2a92.zip |
media-sound/pulseaudio: restore ~arch keywords for 15.0
Closes: https://bugs.gentoo.org/799893
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-15.0.ebuild b/media-sound/pulseaudio/pulseaudio-15.0.ebuild index 77c5b0a7e627..b2bace0883eb 100644 --- a/media-sound/pulseaudio/pulseaudio-15.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-15.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}" else SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz" - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" fi # libpulse-simple and libpulse link to libpulse-core; this is daemon's |