Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmlschema/
Date: Wed, 04 Mar 2020 05:02:02
Message-Id: 1583297235.8d5e1c5594be9c5d8fdef8b58ad463976f2f5108.mgorny@gentoo
1 commit: 8d5e1c5594be9c5d8fdef8b58ad463976f2f5108
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 3 16:04:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 04:47:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5e1c55
7
8 dev-python/xmlschema: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/xmlschema/xmlschema-1.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/xmlschema/xmlschema-1.1.1.ebuild b/dev-python/xmlschema/xmlschema-1.1.1.ebuild
18 index 8ea796fb40b..b54622f999e 100644
19 --- a/dev-python/xmlschema/xmlschema-1.1.1.ebuild
20 +++ b/dev-python/xmlschema/xmlschema-1.1.1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~hppa ~x86"
26 +KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
27 IUSE="test"
28 RESTRICT="!test? ( test )"