From: Michał Górny Date: Sat, 18 Jan 2020 18:27:40 +0000 (+0100) Subject: dev-python/diff-match-patch: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a7b397757e6493289249ff1c4d4156d706f40531;p=gentoo.git dev-python/diff-match-patch: Remove Python 2 support Signed-off-by: Michał Górny --- 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