summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:27:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 19:47:43 +0100
commita7b397757e6493289249ff1c4d4156d706f40531 (patch)
tree22b077db9bd5c028e5c7d0e97c1d72c9d7705db8 /dev-python/diff-match-patch
parentdev-python/d2to1: Remove Python 2 support (diff)
downloadgentoo-a7b397757e6493289249ff1c4d4156d706f40531.tar.gz
gentoo-a7b397757e6493289249ff1c4d4156d706f40531.tar.bz2
gentoo-a7b397757e6493289249ff1c4d4156d706f40531.zip
dev-python/diff-match-patch: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20121119.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ceeb5d4ff7ad..4fee9e26e1ff 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