summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyparted/ChangeLog7
-rw-r--r--dev-python/pyparted/pyparted-1.8.9.ebuild4
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"