commit: d3ac042a192abcd096ec1eaf33a5fb0e7803c311
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:43:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:43:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ac042a
dev-python/click-plugins: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 34a162ac2b4..0e9e0640dee 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1