diff options
author | 2009-10-21 09:03:06 +0000 | |
---|---|---|
committer | 2009-10-21 09:03:06 +0000 | |
commit | b05ad616aced2f2c845450b843dc3dfd2e7f0069 (patch) | |
tree | d12a9b8bc4e37271fbff2cb7f5d52f81b842ad6a /dev-python/dbus-python | |
parent | Fix bug 278370. Remove old. (diff) | |
download | gentoo-2-b05ad616aced2f2c845450b843dc3dfd2e7f0069.tar.gz gentoo-2-b05ad616aced2f2c845450b843dc3dfd2e7f0069.tar.bz2 gentoo-2-b05ad616aced2f2c845450b843dc3dfd2e7f0069.zip |
Stable for HPPA (bug #287548).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index f50de0a1a801..2cbdc5625ef2 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.51 2009/10/18 16:37:17 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.52 2009/10/21 09:03:06 jer Exp $ + + 21 Oct 2009; Jeroen Roovers <jer@gentoo.org> dbus-python-0.83.0-r1.ebuild: + Stable for HPPA (bug #287548). 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> dbus-python-0.83.0-r1.ebuild: diff --git a/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild b/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild index 8211124ed381..4bad2e16530b 100644 --- a/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild +++ b/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.83.0-r1.ebuild,v 1.9 2009/10/18 16:37:17 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.10 2009/10/21 09:03:06 jer Exp $ EAPI="2" PYTHON_DEFINE_DEFAULT_FUNCTIONS="1" @@ -15,7 +15,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc examples test" RDEPEND=">=dev-lang/python-2.4.4-r5 |