summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-05 14:47:02 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-05 14:48:55 +0200
commitae7fa8c5c8b2d1d3a3f308efd84f7e1f1cf1af04 (patch)
tree2fa52e32b1e2f8099c33743d49368be2ed3f2873 /dev-python/diff-match-patch
parentsys-devel/gcc: alpha stable wrt bug #603260 (diff)
downloadgentoo-ae7fa8c5c8b2d1d3a3f308efd84f7e1f1cf1af04.tar.gz
gentoo-ae7fa8c5c8b2d1d3a3f308efd84f7e1f1cf1af04.tar.bz2
gentoo-ae7fa8c5c8b2d1d3a3f308efd84f7e1f1cf1af04.zip
dev-python/diff-match-patch: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20121119.ebuild4
1 files changed, 2 insertions, 2 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 af461beecb3a..a0de8651a743 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1