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 09:00:41
Message-Id: 1622537961.d2aa46e68e0319735f6fe63c35c7052721cb09c6.sam@gentoo
1 commit: d2aa46e68e0319735f6fe63c35c7052721cb09c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:59:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:59:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2aa46e6
7
8 dev-libs/libixion: Stabilize 0.16.1 amd64, #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 066b17041b5..f2599ee8f7a 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"