summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-07-16 15:24:23 +0000
committerIan Delaney <idella4@gentoo.org>2014-07-16 15:24:23 +0000
commitc1a6f2a52d0981f86f312bf090a88008123a18d0 (patch)
tree38320a8b2090dc79171298e2b0cdf60639072353 /dev-python
parentStable on ppc/ppc64, bug #517106 and #517162 (diff)
downloadgentoo-2-c1a6f2a52d0981f86f312bf090a88008123a18d0.tar.gz
gentoo-2-c1a6f2a52d0981f86f312bf090a88008123a18d0.tar.bz2
gentoo-2-c1a6f2a52d0981f86f312bf090a88008123a18d0.zip
drop py2.6 pypy2_0 add py3.4
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/serpent/ChangeLog5
-rw-r--r--dev-python/serpent/serpent-1.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/serpent/ChangeLog b/dev-python/serpent/ChangeLog
index 51561e0ef598..74adaca1f2aa 100644
--- a/dev-python/serpent/ChangeLog
+++ b/dev-python/serpent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/serpent
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.11 2014/07/14 07:40:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.12 2014/07/16 15:24:23 idella4 Exp $
+
+ 16 Jul 2014; Ian Delaney <idella4@gentoo.org> serpent-1.6.ebuild:
+ drop py2.6 pypy2_0 add py3.4
*serpent-1.6 (14 Jul 2014)
diff --git a/dev-python/serpent/serpent-1.6.ebuild b/dev-python/serpent/serpent-1.6.ebuild
index bf9f26b283ae..55d3026b591d 100644
--- a/dev-python/serpent/serpent-1.6.ebuild
+++ b/dev-python/serpent/serpent-1.6.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.6.ebuild,v 1.1 2014/07/14 07:40:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.6.ebuild,v 1.2 2014/07/16 15:24:23 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1