diff options
author | 2015-03-08 23:43:34 +0000 | |
---|---|---|
committer | 2015-03-08 23:43:34 +0000 | |
commit | 3360dadeeccbd60185619cca63a5ffeedaceba78 (patch) | |
tree | 8005cbc0c0903bfbcbedfaff3537dce9e0a5ddbe /dev-python/dicttoxml | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-3360dadeeccbd60185619cca63a5ffeedaceba78.tar.gz gentoo-2-3360dadeeccbd60185619cca63a5ffeedaceba78.tar.bz2 gentoo-2-3360dadeeccbd60185619cca63a5ffeedaceba78.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r-- | dev-python/dicttoxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dicttoxml/ChangeLog b/dev-python/dicttoxml/ChangeLog index 64802a355dbe..dc0bcea73b7b 100644 --- a/dev-python/dicttoxml/ChangeLog +++ b/dev-python/dicttoxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dicttoxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/ChangeLog,v 1.2 2015/03/06 22:14:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/ChangeLog,v 1.3 2015/03/08 23:43:34 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> dicttoxml-1.5.6.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> dicttoxml-1.5.6.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild b/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild index c359c7948ed2..b2e925da1b94 100644 --- a/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild,v 1.2 2015/03/06 22:14:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild,v 1.3 2015/03/08 23:43:34 pacho Exp $ EAPI=5 PYTHON_COMPAT=(python{2_7,3_3,3_4}) @@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" |