summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:41:25 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:41:25 +0000
commite7d07cea86f6d5a78781d0f71ce3f7db19edecaa (patch)
tree3c32649e83c952f3536b355dfb28bbdb3c0ff24b /dev-python/pkginfo
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-e7d07cea86f6d5a78781d0f71ce3f7db19edecaa.tar.gz
gentoo-2-e7d07cea86f6d5a78781d0f71ce3f7db19edecaa.tar.bz2
gentoo-2-e7d07cea86f6d5a78781d0f71ce3f7db19edecaa.zip
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/pkginfo')
-rw-r--r--dev-python/pkginfo/ChangeLog7
-rw-r--r--dev-python/pkginfo/pkginfo-1.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pkginfo/ChangeLog b/dev-python/pkginfo/ChangeLog
index f096943147ac..c21b1ff654fa 100644
--- a/dev-python/pkginfo/ChangeLog
+++ b/dev-python/pkginfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pkginfo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.6 2013/06/07 05:55:56 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.7 2014/03/31 20:41:25 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pkginfo-1.0.ebuild:
+ Add support for the new PyPy slotting.
07 Jun 2013; Ian Delaney <idella4@gentoo.org> pkginfo-1.0.ebuild:
drop py2.5
diff --git a/dev-python/pkginfo/pkginfo-1.0.ebuild b/dev-python/pkginfo/pkginfo-1.0.ebuild
index 37cd63801942..af62f10db3f4 100644
--- a/dev-python/pkginfo/pkginfo-1.0.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.2 2013/06/07 05:55:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.3 2014/03/31 20:41:25 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
inherit distutils-r1