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: Wed, 09 Sep 2020 00:34:46
Message-Id: 1599611632.086e5aa8db279950d6e7594aed5a8e96803bb255.sam@gentoo
1 commit: 086e5aa8db279950d6e7594aed5a8e96803bb255
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 00:33:52 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 00:33:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086e5aa8
7
8 dev-python/ctypesgen: Stabilize 1.0.2 arm, #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 635f8b381c6..bc3741aeff8 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=""