diff options
author | Markus Meier <maekke@gentoo.org> | 2014-08-03 18:26:33 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-08-03 18:26:33 +0000 |
commit | 28c5f27101cf9f491ac5c2a4180518ca4a52b26c (patch) | |
tree | 024b22681de7c5e1f38a6e22663ba284dc9203ff /dev-python/defusedxml | |
parent | add ~arm, bug #515222 (diff) | |
download | gentoo-2-28c5f27101cf9f491ac5c2a4180518ca4a52b26c.tar.gz gentoo-2-28c5f27101cf9f491ac5c2a4180518ca4a52b26c.tar.bz2 gentoo-2-28c5f27101cf9f491ac5c2a4180518ca4a52b26c.zip |
add ~arm, bug #516442
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/defusedxml')
-rw-r--r-- | dev-python/defusedxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/defusedxml/defusedxml-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/defusedxml/ChangeLog b/dev-python/defusedxml/ChangeLog index b26592004851..faee738c7e12 100644 --- a/dev-python/defusedxml/ChangeLog +++ b/dev-python/defusedxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/defusedxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.5 2014/07/05 14:02:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.6 2014/08/03 18:26:33 maekke Exp $ + + 03 Aug 2014; Markus Meier <maekke@gentoo.org> defusedxml-0.4.1.ebuild: + add ~arm, bug #516442 05 Jul 2014; Jeroen Roovers <jer@gentoo.org> defusedxml-0.4.1.ebuild: Marked ~hppa (bug #516442). diff --git a/dev-python/defusedxml/defusedxml-0.4.1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1.ebuild index 2bf287013f14..e948020c168d 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/defusedxml-0.4.1.ebuild,v 1.5 2014/07/05 14:02:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/defusedxml-0.4.1.ebuild,v 1.6 2014/08/03 18:26:33 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser" HOMEPAGE="https://bitbucket.org/tiran/defusedxml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="examples" LICENSE="PSF-2" |