diff options
Diffstat (limited to 'dev-python/pyparted/pyparted-3.8-r1.ebuild')
-rw-r--r-- | dev-python/pyparted/pyparted-3.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyparted/pyparted-3.8-r1.ebuild b/dev-python/pyparted/pyparted-3.8-r1.ebuild index c41661efbb5b..eaa587325b0f 100644 --- a/dev-python/pyparted/pyparted-3.8-r1.ebuild +++ b/dev-python/pyparted/pyparted-3.8-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.8-r1.ebuild,v 1.9 2012/01/26 13:47:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.8-r1.ebuild,v 1.10 2012/02/22 07:54:16 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.7" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="2.5 3.* *-jython 2.7-pypy-*" PYTHON_MODNAME="parted" inherit distutils |