aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-10-28 16:23:40 +0200
committerJustin Lecher <jlec@gentoo.org>2016-10-28 16:23:40 +0200
commitdaeb2eded741c715ff721e2710a65663ef83621e (patch)
tree62d83c06a837176dd408dcf051587e0c9c7b7871 /sci-mathematics/pulp
parentUpdate local USE description (diff)
downloadsci-daeb2eded741c715ff721e2710a65663ef83621e.tar.gz
sci-daeb2eded741c715ff721e2710a65663ef83621e.tar.bz2
sci-daeb2eded741c715ff721e2710a65663ef83621e.zip
Bulk fix of obsolete python versions
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/pulp')
-rw-r--r--sci-mathematics/pulp/pulp-1.5.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
index da0caa9d0..a6cbb95ec 100644
--- a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
inherit distutils-r1