Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/
Date: Thu, 30 Nov 2017 19:03:09
Message-Id: 1512068558.e2f057524ec48da956e79b7d9370b2622af6e8a7.whissi@gentoo
1 commit: e2f057524ec48da956e79b7d9370b2622af6e8a7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 18:50:14 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 19:02:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f05752
7
8 dev-python/defusedxml: x86 stable (bug #639114)
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
16 index ae0c36e37a1..d1fc72a0f0c 100644
17 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
18 +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
19 @@ -11,7 +11,7 @@ inherit distutils-r1
20 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
21 HOMEPAGE="https://bitbucket.org/tiran/defusedxml"
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
25 IUSE="examples"
26
27 LICENSE="PSF-2"