commit: 6229410991a8fc5105b69e3e1d13fd5d475e5578
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:33:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62294109
app-text/xmldiff: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild
b/app-text/xmldiff/xmldiff-1.1.1.ebuild
index c09c0495882..08e9a9a605f 100644
--- a/app-text/xmldiff/xmldiff-1.1.1.ebuild
+++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1