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: Tue, 07 Sep 2021 18:34:04
Message-Id: 1631039572.6cd1611f7d3067deb26663ae0dbdeababf1cbba5.sam@gentoo
1 commit: 6cd1611f7d3067deb26663ae0dbdeababf1cbba5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 18:32:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 18:32:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd1611f
7
8 dev-python/kiwisolver: Keyword 1.3.2 ia64, #804118
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 34e41cdcfb7..a6efd5b965a 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 ~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}]