diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-09-23 09:43:36 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-09-23 13:34:24 +0800 |
commit | 972c77b84719088b3efd86ac6072a8e1903215b0 (patch) | |
tree | 0a5935797a6a7a5489157ed337fd8b27c2283a58 /media-sound | |
parent | app-emulation/qemu: bump to 6.1.0 (diff) | |
download | gentoo-972c77b84719088b3efd86ac6072a8e1903215b0.tar.gz gentoo-972c77b84719088b3efd86ac6072a8e1903215b0.tar.bz2 gentoo-972c77b84719088b3efd86ac6072a8e1903215b0.zip |
media-sound/audacious: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/audacious-4.0.5.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audacious/audacious-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/audacious/audacious-4.0.5.ebuild b/media-sound/audacious/audacious-4.0.5.ebuild index 98cdf80db1ab..560b050d80ca 100644 --- a/media-sound/audacious/audacious-4.0.5.ebuild +++ b/media-sound/audacious/audacious-4.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git" else SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~riscv x86" fi inherit xdg diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild index 13924b39fcb0..a292996186c1 100644 --- a/media-sound/audacious/audacious-9999.ebuild +++ b/media-sound/audacious/audacious-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git" else SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi inherit xdg |