diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-05 01:20:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-05 01:20:38 +0000 |
commit | cecacd9563bfc1225e2a89fd36765df849f881dd (patch) | |
tree | 582ed9e51f82e959f84d978f4a0c50d9b6402fe1 /dev-python/pyparted/pyparted-1.6.9.ebuild | |
parent | stabilize (diff) | |
download | gentoo-2-cecacd9563bfc1225e2a89fd36765df849f881dd.tar.gz gentoo-2-cecacd9563bfc1225e2a89fd36765df849f881dd.tar.bz2 gentoo-2-cecacd9563bfc1225e2a89fd36765df849f881dd.zip |
Fedora mess... locked to specific python versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/pyparted/pyparted-1.6.9.ebuild')
-rw-r--r-- | dev-python/pyparted/pyparted-1.6.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyparted/pyparted-1.6.9.ebuild b/dev-python/pyparted/pyparted-1.6.9.ebuild index 232a224cf7f9..1a35c59cf937 100644 --- a/dev-python/pyparted/pyparted-1.6.9.ebuild +++ b/dev-python/pyparted/pyparted-1.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.9.ebuild,v 1.5 2005/04/04 22:37:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.9.ebuild,v 1.6 2005/04/05 01:20:38 gustavoz Exp $ RH_EXTRAVERSION="2" @@ -15,7 +15,8 @@ KEYWORDS="x86 ~ppc amd64 ~sparc ~hppa" IUSE="" # Needed to build... -DEPEND=">=sys-apps/parted-1.6.9" +DEPEND="=dev-lang/python-2.3* + >=sys-apps/parted-1.6.9" src_unpack() { rpm_src_unpack |