diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-09-07 15:44:20 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-09-07 15:44:20 +0000 |
commit | ffff67747c9f1381cc5d63ee0d0ce2731b9114fa (patch) | |
tree | 7167ed54ed5917e88f8e089e44cf56327628123c /dev-python | |
parent | Stable for HPPA (bug #191587). (diff) | |
download | gentoo-2-ffff67747c9f1381cc5d63ee0d0ce2731b9114fa.tar.gz gentoo-2-ffff67747c9f1381cc5d63ee0d0ce2731b9114fa.tar.bz2 gentoo-2-ffff67747c9f1381cc5d63ee0d0ce2731b9114fa.zip |
bug #191590. Appears this is an issue with the old python-config. -r5 and higher use the new one
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.82.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index 5fba21112b4f..4c995b0b4d9a 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.28 2007/09/06 13:14:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.29 2007/09/07 15:44:20 cardoe Exp $ + + 07 Sep 2007; Doug Goldstein <cardoe@gentoo.org> dbus-python-0.82.2.ebuild: + bug #191590. Appears this is an issue with the old python-config. -r5 and + higher use the new one 06 Sep 2007; Doug Goldstein <cardoe@gentoo.org> +dbus-python-0.82.2.ebuild: diff --git a/dev-python/dbus-python/dbus-python-0.82.2.ebuild b/dev-python/dbus-python/dbus-python-0.82.2.ebuild index f5e9ee40c962..855d011d966b 100644 --- a/dev-python/dbus-python/dbus-python-0.82.2.ebuild +++ b/dev-python/dbus-python/dbus-python-0.82.2.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/dbus-python/dbus-python-0.82.2.ebuild,v 1.1 2007/09/06 13:14:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.2.ebuild,v 1.2 2007/09/07 15:44:20 cardoe Exp $ inherit python multilib @@ -14,7 +14,7 @@ LICENSE="|| ( GPL-2 AFL-2.1 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="test" -RDEPEND=">=dev-lang/python-2.4 +RDEPEND=">=dev-lang/python-2.4.4-r5 >=dev-python/pyrex-0.9.3-r2 >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.91" |