commit: aab6283bcd61218d4b07ada8e75a3b427c6ce89a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:56:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 07:08:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab6283b
dev-python/whichcraft: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whichcraft/whichcraft-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whichcraft/whichcraft-0.4.1.ebuild
b/dev-python/whichcraft/whichcraft-0.4.1.ebuild
index a62e773c723..2c9619db608 100644
--- a/dev-python/whichcraft/whichcraft-0.4.1.ebuild
+++ b/dev-python/whichcraft/whichcraft-0.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1