diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-01-21 12:34:14 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-01-21 12:34:14 +0000 |
commit | 35231f37d47086bf3e6c01b03b0f8f1b3f918ce7 (patch) | |
tree | 13826d93821b9f070ba7e33bcb7a481154a8579a /dev-python | |
parent | Stable on x86, bug 162877. (diff) | |
download | gentoo-2-35231f37d47086bf3e6c01b03b0f8f1b3f918ce7.tar.gz gentoo-2-35231f37d47086bf3e6c01b03b0f8f1b3f918ce7.tar.bz2 gentoo-2-35231f37d47086bf3e6c01b03b0f8f1b3f918ce7.zip |
Stable on x86, bug #162880.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index febe0a526bb2..6762fa2623de 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.7 2007/01/21 09:26:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.8 2007/01/21 12:34:14 ticho Exp $ + + 21 Jan 2007; Andrej Kacian <ticho@gentoo.org> dbus-python-0.71.ebuild: + Stable on x86, bug #162880. 21 Jan 2007; Markus Rothe <corsair@gentoo.org> dbus-python-0.71.ebuild: Stable on ppc64; bug #162880 diff --git a/dev-python/dbus-python/dbus-python-0.71.ebuild b/dev-python/dbus-python/dbus-python-0.71.ebuild index 2432c4f54c51..c4815a961304 100644 --- a/dev-python/dbus-python/dbus-python-0.71.ebuild +++ b/dev-python/dbus-python/dbus-python-0.71.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.71.ebuild,v 1.6 2007/01/21 09:26:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.71.ebuild,v 1.7 2007/01/21 12:34:14 ticho Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${P}.tar.gz" SLOT="0" LICENSE="|| ( GPL-2 AFL-2.1 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND=">=dev-lang/python-2.4 >=dev-python/pyrex-0.9.3-r2 |