Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sndio/
Date: Mon, 28 Nov 2022 07:59:02
Message-Id: 1669622298.1956db36f324e4d8ba90e52e2e02e6473de726c6.xen0n@gentoo
1 commit: 1956db36f324e4d8ba90e52e2e02e6473de726c6
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 12:30:44 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 07:58:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1956db36
7
8 media-sound/sndio: forward ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 media-sound/sndio/sndio-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/sndio/sndio-9999.ebuild b/media-sound/sndio/sndio-9999.ebuild
16 index 16b9e5b69d36..b6b73835da2b 100644
17 --- a/media-sound/sndio/sndio-9999.ebuild
18 +++ b/media-sound/sndio/sndio-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then
26 EGIT_MIN_CLONE_TYPE="single+tags"
27 else
28 SRC_URI="http://www.sndio.org/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
31 fi
32
33 LICENSE="ISC"