summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 16:47:17 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 16:47:17 +0000
commitc9283a42c1fb2f6ec49f439bf5caefbbb28208d0 (patch)
treeecc6af06efe7ca4e84ce0ee6f86f5d6201ba55fd /dev-python/diff-match-patch
parentSupport python 3.4 (diff)
downloadgentoo-2-c9283a42c1fb2f6ec49f439bf5caefbbb28208d0.tar.gz
gentoo-2-c9283a42c1fb2f6ec49f439bf5caefbbb28208d0.tar.bz2
gentoo-2-c9283a42c1fb2f6ec49f439bf5caefbbb28208d0.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/ChangeLog5
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20121119.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/diff-match-patch/ChangeLog b/dev-python/diff-match-patch/ChangeLog
index 305fde69a88c..45cae0e593b2 100644
--- a/dev-python/diff-match-patch/ChangeLog
+++ b/dev-python/diff-match-patch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/diff-match-patch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.19 2014/03/31 21:08:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.20 2014/11/24 16:47:17 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild:
+ Support python 3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org>
diff-match-patch-20121119.ebuild:
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 fbf299736ceb..4e681f91f441 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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.4 2014/03/31 21:08:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.5 2014/11/24 16:47:17 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1