sci-chemistry/freeon: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:46 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:26 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-chemistry/freeon/freeon-1.0.10.ebuild

index 8dd980d331761eb1fbce400db2c8a6acc48001ce..f17708da523ab02c3374a2da9308946a8e3765d5 100644 (file)
@@ -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