From: Michał Górny Date: Wed, 5 Feb 2020 19:47:48 +0000 (+0100) Subject: dev-python/pyspf: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=332b0b231109b2f7796a7a8acb83c9666c996350;p=gentoo.git dev-python/pyspf: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild b/dev-python/pyspf/pyspf-2.0.12.ebuild index 2448c7a64e52..7907c9840d82 100644 --- a/dev-python/pyspf/pyspf-2.0.12.ebuild +++ b/dev-python/pyspf/pyspf-2.0.12.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ipv6?" inherit distutils-r1