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-python/kiwisolver/
Date: Thu, 31 Dec 2020 01:17:38
Message-Id: 1609377336.1af6abf11e3d58edbd0c4eb0bf45c154484dfcac.sam@gentoo
1 commit: 1af6abf11e3d58edbd0c4eb0bf45c154484dfcac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 01:15:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 01:15:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af6abf1
7
8 dev-python/kiwisolver: Stabilize 1.3.1 amd64, #762541
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/kiwisolver/kiwisolver-1.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
16 index d49c2b5c587..233aacd78af 100644
17 --- a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
18 +++ b/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}"/kiwi-${PV}
20
21 LICENSE="Clear-BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
25
26 RDEPEND="
27 >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]