summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:31:14 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:31:14 +0000
commite46827c4485eda68bf15dc5a4171c48913286077 (patch)
treee6b411dbea4ac2ae94acf710217212a3cb5bb4dc /virtual/python-futures
parentDrop old Python implementations (diff)
downloadgentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.tar.gz
gentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.tar.bz2
gentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/python-futures')
-rw-r--r--virtual/python-futures/ChangeLog5
-rw-r--r--virtual/python-futures/python-futures-0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-futures/ChangeLog b/virtual/python-futures/ChangeLog
index 1a86f509461e..5d145b20e48b 100644
--- a/virtual/python-futures/ChangeLog
+++ b/virtual/python-futures/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-futures
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/ChangeLog,v 1.6 2015/03/09 00:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/ChangeLog,v 1.7 2015/04/08 18:31:14 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-futures-0.ebuild:
+ Drop old Python implementations
09 Mar 2015; Pacho Ramos <pacho@gentoo.org> python-futures-0.ebuild:
x86 stable, bug 540290
diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild
index 745a477114d7..d4b462fdd748 100644
--- a/virtual/python-futures/python-futures-0.ebuild
+++ b/virtual/python-futures/python-futures-0.ebuild
@@ -1,9 +1,9 @@
# 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.6 2015/03/09 00:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-futures/python-futures-0.ebuild,v 1.7 2015/04/08 18:31:14 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit python-r1
DESCRIPTION="A virtual for the Python concurrent.futures module"