diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-10 18:24:19 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-10 19:05:58 +0100 |
commit | ccd19d45d765bdebc6851a59c12219961e1e71d2 (patch) | |
tree | a2f856a001d903c1a5eb4e46e456f9f2388b3403 /media-sound | |
parent | dev-go/qt: treeclean (diff) | |
download | gentoo-ccd19d45d765bdebc6851a59c12219961e1e71d2.tar.gz gentoo-ccd19d45d765bdebc6851a59c12219961e1e71d2.tar.bz2 gentoo-ccd19d45d765bdebc6851a59c12219961e1e71d2.zip |
media-sound/pulseaudio: keyword 15.0 for ~riscv
Builds and installs fine. Tests are flaky, sometimes they pass and
sometimes some of them time out - which doesn't seem to be
riscv-specific, as e.g. thread-tests is known to time out on Chromebooks
(see https://lab.nexedi.com/nexedi/chromebrew/blob/nexedi/packages/pulseaudio.rb).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-sound')
-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 7d6aebdee1db..1655c4644cf6 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 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" fi # libpulse-simple and libpulse link to libpulse-core; this is daemon's |