diff options
author | 2015-03-06 22:18:27 +0000 | |
---|---|---|
committer | 2015-03-06 22:18:27 +0000 | |
commit | 4281282c23d6522feb30a475ff35e73884e7839c (patch) | |
tree | 9b160e32d53fba9e3bd549a82485e5a6f5612a3a /dev-python/enum34 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-4281282c23d6522feb30a475ff35e73884e7839c.tar.gz gentoo-2-4281282c23d6522feb30a475ff35e73884e7839c.tar.bz2 gentoo-2-4281282c23d6522feb30a475ff35e73884e7839c.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/enum34')
-rw-r--r-- | dev-python/enum34/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/enum34/enum34-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/enum34/ChangeLog b/dev-python/enum34/ChangeLog index 1f27986d969f..56273de9fc5c 100644 --- a/dev-python/enum34/ChangeLog +++ b/dev-python/enum34/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/enum34 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.13 2015/02/04 16:11:42 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.14 2015/03/06 22:18:27 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> enum34-1.0.ebuild: + amd64 stable, bug 540290 04 Feb 2015; Michael Haubenwallner <haubi@gentoo.org> enum34-1.0.4.ebuild: keyword ~x86-linux diff --git a/dev-python/enum34/enum34-1.0.ebuild b/dev-python/enum34/enum34-1.0.ebuild index 02712731c335..c70908e816c6 100644 --- a/dev-python/enum34/enum34-1.0.ebuild +++ b/dev-python/enum34/enum34-1.0.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/enum34/enum34-1.0.ebuild,v 1.6 2015/01/17 23:03:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.7 2015/03/06 22:18:27 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips ~x86" IUSE="doc" DEPEND="" |