Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Tue, 01 Jun 2021 10:48:07
Message-Id: 1622544454.1339b65b527b86ebb30477f53ad7463aeefa0c25.sam@gentoo
1 commit: 1339b65b527b86ebb30477f53ad7463aeefa0c25
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:47:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:47:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1339b65b
7
8 dev-libs/libixion: Stabilize 0.16.1 arm64, #788112
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libixion/libixion-0.16.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libixion/libixion-0.16.1.ebuild b/dev-libs/libixion/libixion-0.16.1.ebuild
16 index f2599ee8f7a..398d697373a 100644
17 --- a/dev-libs/libixion/libixion-0.16.1.ebuild
18 +++ b/dev-libs/libixion/libixion-0.16.1.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
20 else
21 MDDS_SLOT="1/1.5"
22 SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
24 + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
25 fi
26
27 LICENSE="MIT"