diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-11-27 20:30:44 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-11-28 15:58:18 +0800 |
commit | 1956db36f324e4d8ba90e52e2e02e6473de726c6 (patch) | |
tree | 7344dd0cf6c379061c9b65065f6db2a5e730e54a /media-sound | |
parent | media-sound/sndio: keyword 1.8.0-r1 for ~loong (diff) | |
download | gentoo-1956db36f324e4d8ba90e52e2e02e6473de726c6.tar.gz gentoo-1956db36f324e4d8ba90e52e2e02e6473de726c6.tar.bz2 gentoo-1956db36f324e4d8ba90e52e2e02e6473de726c6.zip |
media-sound/sndio: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sndio/sndio-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/sndio/sndio-9999.ebuild b/media-sound/sndio/sndio-9999.ebuild index 16b9e5b69d36..b6b73835da2b 100644 --- a/media-sound/sndio/sndio-9999.ebuild +++ b/media-sound/sndio/sndio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_MIN_CLONE_TYPE="single+tags" else SRC_URI="http://www.sndio.org/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="ISC" |