diff options
author | 2019-04-27 15:49:11 +0200 | |
---|---|---|
committer | 2019-04-27 16:45:50 +0200 | |
commit | 690eb322663fe52d72b824c7d723dccf93deaf02 (patch) | |
tree | deb18f61d82ce78f699c41aa1c3d60cfa8a156e2 /dev-python/diff-match-patch | |
parent | dev-python/python-levenshtein: python3_7 (diff) | |
download | gentoo-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/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 |
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 |