diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:43:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:43:31 +0000 |
commit | b1eb3948dc7164c941ba1cbcc5e24ca47bb43bf8 (patch) | |
tree | 1b149a00c6b0a6554d97c6e0eaf0030e71de2806 /virtual | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-b1eb3948dc7164c941ba1cbcc5e24ca47bb43bf8.tar.gz gentoo-2-b1eb3948dc7164c941ba1cbcc5e24ca47bb43bf8.tar.bz2 gentoo-2-b1eb3948dc7164c941ba1cbcc5e24ca47bb43bf8.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 'virtual')
-rw-r--r-- | virtual/python-futures/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/python-futures/python-futures-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/python-futures/ChangeLog b/virtual/python-futures/ChangeLog index c80fcf0cfdee..c3c639da3827 100644 --- a/virtual/python-futures/ChangeLog +++ b/virtual/python-futures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-futures -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/ChangeLog,v 1.4 2014/05/05 05:11:23 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/ChangeLog,v 1.5 2015/03/06 22:43:31 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> python-futures-0.ebuild: + amd64 stable, bug 540290 05 May 2014; Ian Delaney <idella4@gentoo.org> python-futures-0.ebuild: drop py2.6 add pypy support diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild index 224de255c2cd..4fc03a760896 100644 --- a/virtual/python-futures/python-futures-0.ebuild +++ b/virtual/python-futures/python-futures-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/python-futures-0.ebuild,v 1.4 2014/05/05 05:11:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/python-futures-0.ebuild,v 1.5 2015/03/06 22:43:31 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="${PYTHON_DEPS} |