commit: 005d89a2ed1e9d9067225329fdc70e1500614677
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 12:49:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 12:59:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005d89a2
dev-python/errorhandler: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/errorhandler/errorhandler-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/errorhandler/errorhandler-2.0.1.ebuild
b/dev-python/errorhandler/errorhandler-2.0.1.ebuild
index bcf47ae3feb..93ae7ba108e 100644
--- a/dev-python/errorhandler/errorhandler-2.0.1.ebuild
+++ b/dev-python/errorhandler/errorhandler-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1