commit: 53d983658f25b9ca59a1be848c454ade25ac3ecd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 13:05:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 13:26:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d98365
sci-chemistry/freeon: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-chemistry/freeon/freeon-1.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/freeon/freeon-1.0.10.ebuild
b/sci-chemistry/freeon/freeon-1.0.10.ebuild
index 8dd980d3317..f17708da523 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