From: Michał Górny Date: Mon, 10 Feb 2020 13:05:46 +0000 (+0100) Subject: sci-chemistry/freeon: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=53d983658f25b9ca59a1be848c454ade25ac3ecd;p=gentoo.git sci-chemistry/freeon: Remove py2 where possible Signed-off-by: Michał Górny --- 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