summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:05:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:26 +0100
commit53d983658f25b9ca59a1be848c454ade25ac3ecd (patch)
tree3e3f54dc35badcde1186e0a35de77b3680139cfa /sci-chemistry
parentsci-biology/bedtools: Remove py2 where possible (diff)
downloadgentoo-53d983658f25b9ca59a1be848c454ade25ac3ecd.tar.gz
gentoo-53d983658f25b9ca59a1be848c454ade25ac3ecd.tar.bz2
gentoo-53d983658f25b9ca59a1be848c454ade25ac3ecd.zip
sci-chemistry/freeon: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/freeon/freeon-1.0.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/freeon/freeon-1.0.10.ebuild b/sci-chemistry/freeon/freeon-1.0.10.ebuild
index 8dd980d33176..f17708da523a 100644
--- a/sci-chemistry/freeon/freeon-1.0.10.ebuild
+++ b/sci-chemistry/freeon/freeon-1.0.10.ebuild
@@ -4,7 +4,7 @@
EAPI=6
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit autotools fortran-2 python-any-r1