From: Michał Górny Date: Thu, 16 Jan 2020 06:26:38 +0000 (+0100) Subject: sci-chemistry/ParmEd: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=811d91ea61e39b7544ed6997fa3a89059d24bfdb;p=gentoo.git sci-chemistry/ParmEd: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild index ab581daea0c2..b7a964b81652 100644 --- a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild +++ b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 diff --git a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild index a2a476a1d5ef..37f959acdc6e 100644 --- a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild +++ b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3