commit: 99ec86ac790eea81a257c77f4889d112bebed373
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:43:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:53:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ec86ac
dev-python/pyphen: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyphen/pyphen-0.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild
b/dev-python/pyphen/pyphen-0.9.4.ebuild
index 673ae5a289a..117bacd4066 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