From: Michał Górny Date: Thu, 16 Jan 2020 06:25:31 +0000 (+0100) Subject: sci-chemistry/GromacsWrapper: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bebba32d00cd8635166a3b2856696000f20d4df9;p=gentoo.git sci-chemistry/GromacsWrapper: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild index e9bde2396c60..b80d49a156d5 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3