summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-10-14 15:07:38 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-10-14 15:07:38 +0000
commit0115572e97ce1e83a35393ba93e5f56980d6ffe1 (patch)
treeeca39b3e6a4d3ae0e776c673a0757c12ee964bda /dev-python/defusedxml
parentKeyworded on alpha, bug 515222 (diff)
downloadgentoo-2-0115572e97ce1e83a35393ba93e5f56980d6ffe1.tar.gz
gentoo-2-0115572e97ce1e83a35393ba93e5f56980d6ffe1.tar.bz2
gentoo-2-0115572e97ce1e83a35393ba93e5f56980d6ffe1.zip
Keyworded on alpha, bug 516442
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/defusedxml')
-rw-r--r--dev-python/defusedxml/ChangeLog6
-rw-r--r--dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/defusedxml/ChangeLog b/dev-python/defusedxml/ChangeLog
index e608e0897621..50def5fd3425 100644
--- a/dev-python/defusedxml/ChangeLog
+++ b/dev-python/defusedxml/ChangeLog
@@ -1,6 +1,10 @@
# 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.7 2014/10/04 03:18:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.8 2014/10/14 15:07:38 klausman Exp $
+
+ 14 Oct 2014; Tobias Klausmann <klausman@gentoo.org>
+ defusedxml-0.4.1-r1.ebuild:
+ Keyworded on alpha, bug 516442
*defusedxml-0.4.1-r1 (04 Oct 2014)
diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 31b19c473c2c..ba53a46ae410 100644
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.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-r1.ebuild,v 1.1 2014/10/04 03:18:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild,v 1.2 2014/10/14 15:07:38 klausman Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -11,7 +11,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 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
IUSE="examples"
LICENSE="PSF-2"