diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-27 19:59:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-27 19:59:18 +0000 |
commit | 56e217da58d346e4fe5935059f8b588f90c90a0e (patch) | |
tree | 8816aa5849a43bef24cc48118ea840cd7521565a /dev-python/pyparted | |
parent | Marked alpha/x86 2.4 sub-profiles as dev from stable to reduce their impact o... (diff) | |
download | gentoo-2-56e217da58d346e4fe5935059f8b588f90c90a0e.tar.gz gentoo-2-56e217da58d346e4fe5935059f8b588f90c90a0e.tar.bz2 gentoo-2-56e217da58d346e4fe5935059f8b588f90c90a0e.zip |
Changed python dependency from =2.4 to >=2.4 since this works fine with python-2.5, according to Andrew Gaffney <agaffney@gentoo.org>. Closing bug #190187.
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-1.8.9.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index bcbb60d2f912..020146b1c514 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyparted # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.29 2007/08/21 23:30:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.30 2007/08/27 19:59:18 wolf31o2 Exp $ + + 27 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> pyparted-1.8.9.ebuild: + Changed python dependency from =2.4 to >=2.4 since this works fine with + python-2.5, according to Andrew Gaffney <agaffney@gentoo.org>. Closing bug + #190187. *pyparted-1.8.9 (21 Aug 2007) diff --git a/dev-python/pyparted/pyparted-1.8.9.ebuild b/dev-python/pyparted/pyparted-1.8.9.ebuild index c0488744e41d..40ac975d938a 100644 --- a/dev-python/pyparted/pyparted-1.8.9.ebuild +++ b/dev-python/pyparted/pyparted-1.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild,v 1.1 2007/08/21 23:30:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild,v 1.2 2007/08/27 19:59:18 wolf31o2 Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ DEPEND="sys-libs/ncurses" IUSE="" # Needed to build... -DEPEND="=dev-lang/python-2.4* +DEPEND=">=dev-lang/python-2.4 >=sys-apps/parted-1.7.0 >=app-arch/rpm-4" |