summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 21:23:59 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 21:23:59 +0000
commitead773daa693fd8b56b2924fe120615cf3d7dc2f (patch)
tree7a3fdb32cd594ca53ec27371a9819609fbfe3646 /dev-python/pyphen
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-ead773daa693fd8b56b2924fe120615cf3d7dc2f.tar.gz
gentoo-2-ead773daa693fd8b56b2924fe120615cf3d7dc2f.tar.bz2
gentoo-2-ead773daa693fd8b56b2924fe120615cf3d7dc2f.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/pyphen')
-rw-r--r--dev-python/pyphen/ChangeLog5
-rw-r--r--dev-python/pyphen/pyphen-0.9.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyphen/ChangeLog b/dev-python/pyphen/ChangeLog
index a3212f5996c7..22537e38914a 100644
--- a/dev-python/pyphen/ChangeLog
+++ b/dev-python/pyphen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyphen
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/ChangeLog,v 1.3 2014/02/16 13:40:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/ChangeLog,v 1.4 2014/03/31 21:23:59 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyphen-0.9.1.ebuild:
+ Add support for the new PyPy slotting.
*pyphen-0.9.1 (16 Feb 2014)
diff --git a/dev-python/pyphen/pyphen-0.9.1.ebuild b/dev-python/pyphen/pyphen-0.9.1.ebuild
index 702b51f09211..ec0bf4828fae 100644
--- a/dev-python/pyphen/pyphen-0.9.1.ebuild
+++ b/dev-python/pyphen/pyphen-0.9.1.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/pyphen/pyphen-0.9.1.ebuild,v 1.1 2014/02/16 13:40:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild,v 1.2 2014/03/31 21:23:59 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1