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/ctypesgen/
Date: Tue, 08 Sep 2020 19:20:55
Message-Id: 1599592826.4b3371428727a8560d7491b88dc667e9b171a24e.sam@gentoo
1 commit: 4b3371428727a8560d7491b88dc667e9b171a24e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 8 19:20:26 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 19:20:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b337142
7
8 dev-python/ctypesgen: Stabilize 1.0.2 arm64, #741226
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/ctypesgen/ctypesgen-1.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
16 index a71817580b7..635f8b381c6 100644
17 --- a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
18 +++ b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/davidjamesca/ctypesgen/archive/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 IUSE=""
26
27 DEPEND=""