summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 15:49:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 16:45:50 +0200
commit690eb322663fe52d72b824c7d723dccf93deaf02 (patch)
treedeb18f61d82ce78f699c41aa1c3d60cfa8a156e2 /dev-python
parentdev-python/python-levenshtein: python3_7 (diff)
downloadgentoo-690eb322663fe52d72b824c7d723dccf93deaf02.tar.gz
gentoo-690eb322663fe52d72b824c7d723dccf93deaf02.tar.bz2
gentoo-690eb322663fe52d72b824c7d723dccf93deaf02.zip
dev-python/diff-match-patch: python3_7
Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-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 8250e042f24b..63a23390a809 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=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1