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: Sun, 29 Mar 2020 12:22:08
Message-Id: 1585483825.d7460cc5d63220a5ebdd054ffce6fdd242e386d3.mgorny@gentoo
1 commit: d7460cc5d63220a5ebdd054ffce6fdd242e386d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:09:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:10:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7460cc5
7
8 dev-python/xmlschema: Forward-port ~arm ~sparc to 1.1.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xmlschema/xmlschema-1.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/xmlschema/xmlschema-1.1.2.ebuild b/dev-python/xmlschema/xmlschema-1.1.2.ebuild
16 index d05d99dc569..ea8446558e3 100644
17 --- a/dev-python/xmlschema/xmlschema-1.1.2.ebuild
18 +++ b/dev-python/xmlschema/xmlschema-1.1.2.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"