summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-07-22 04:19:48 +0000
committerIan Delaney <idella4@gentoo.org>2014-07-22 04:19:48 +0000
commit8faf3b254410346ce901d487d227cc04587bba4d (patch)
tree467a32e4946a9eae9adada3838e9fc17e8d51554
parentBump (diff)
downloadgentoo-2-8faf3b254410346ce901d487d227cc04587bba4d.tar.gz
gentoo-2-8faf3b254410346ce901d487d227cc04587bba4d.tar.bz2
gentoo-2-8faf3b254410346ce901d487d227cc04587bba4d.zip
drop py2.6 pypy2_0 add py3.4
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/lockfile/ChangeLog5
-rw-r--r--dev-python/lockfile/lockfile-0.9.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog
index 2bed59065551..4f2ef8a1508f 100644
--- a/dev-python/lockfile/ChangeLog
+++ b/dev-python/lockfile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/lockfile
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.22 2014/03/31 20:45:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.23 2014/07/22 04:19:48 idella4 Exp $
+
+ 22 Jul 2014; Ian Delaney <idella4@gentoo.org> lockfile-0.9.1-r1.ebuild:
+ drop py2.6 pypy2_0 add py3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org> lockfile-0.9.1-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild b/dev-python/lockfile/lockfile-0.9.1-r1.ebuild
index 370c8ab0bd4d..5cbd3589a2f8 100644
--- a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.9.1-r1.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/lockfile/lockfile-0.9.1-r1.ebuild,v 1.8 2014/03/31 20:45:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.9 2014/07/22 04:19:48 idella4 Exp $
EAPI=5
# py2.5 dropped; Test file reveals py2.5 can't support a core file
-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