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/defusedxml/
Date: Wed, 21 Feb 2018 20:19:06
Message-Id: 1519244325.c73046e247e9acff2645485b97c8059117019df9.mgorny@gentoo
1 commit: c73046e247e9acff2645485b97c8059117019df9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 20:14:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 20:18:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73046e2
7
8 dev-python/defusedxml: Tested on ~amd64-fbsd
9
10 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
14 index 7e843c7ad0c..86155ea1660 100644
15 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
16 +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
17 @@ -11,7 +11,7 @@ inherit distutils-r1
18 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
19 HOMEPAGE="https://bitbucket.org/tiran/defusedxml"
20 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
22 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd"
23 IUSE="examples"
24
25 LICENSE="PSF-2"