commit: a7b397757e6493289249ff1c4d4156d706f40531
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 18:27:40 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 18:47:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b39775
dev-python/diff-match-patch: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index ceeb5d4ff7a..4fee9e26e1f 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1