From: Michał Górny Date: Wed, 5 Feb 2020 19:43:01 +0000 (+0100) Subject: dev-python/pyphen: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99ec86ac790eea81a257c77f4889d112bebed373;p=gentoo.git dev-python/pyphen: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild index 673ae5a289ae..117bacd40662 100644 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1