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: Sat, 09 Oct 2021 19:18:59
Message-Id: 1633807077.fbaa99f42ce90fbe9611eb13040812d2e1d7e919.sam@gentoo
1 commit: fbaa99f42ce90fbe9611eb13040812d2e1d7e919
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 19:16:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 19:17:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbaa99f4
7
8 dev-python/kiwisolver: Stabilize 1.3.2 arm, #817062
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/kiwisolver/kiwisolver-1.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild b/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild
16 index a6efd5b965a..2be10b7b525 100644
17 --- a/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild
18 +++ b/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild
19 @@ -15,7 +15,7 @@ S="${WORKDIR}"/kiwi-${MY_PV}
20
21 LICENSE="Clear-BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25
26 RDEPEND="
27 >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]