diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-09-17 00:21:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-21 23:38:30 +0200 |
commit | b40e207e8229d38fcc345f4f1cf12cad40b37109 (patch) | |
tree | 4ab5463a077a84fc7e2ac3890bde247105b07c8c /dev-python/diff-match-patch | |
parent | media-video/mpv: require samba[smbclient(+)] with 'samba' USE (diff) | |
download | gentoo-b40e207e8229d38fcc345f4f1cf12cad40b37109.tar.gz gentoo-b40e207e8229d38fcc345f4f1cf12cad40b37109.tar.bz2 gentoo-b40e207e8229d38fcc345f4f1cf12cad40b37109.zip |
dev-python/diff-match-patch: python3_5, EAPI 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2513
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 6 |
1 files changed, 3 insertions, 3 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 e07012314ba9..9d359f98b4e5 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 |