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-chemistry/freeon/freeon-9999.ebuild
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-chemistry/freeon/freeon-9999.ebuild')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index cdf322ff9..5a948b960 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit autotools-utils fortran-2 git-r3 python-any-r1