From 53d983658f25b9ca59a1be848c454ade25ac3ecd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 14:05:46 +0100 Subject: [PATCH] sci-chemistry/freeon: Remove py2 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 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 -- 2.26.2