diff options
author | Markus Meier <maekke@gentoo.org> | 2012-03-12 19:09:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-03-12 19:09:45 +0000 |
commit | 9d3ee9ced1c802617ec212813a1e8f63e11279fb (patch) | |
tree | 3a10141b8de91716991c4731ab4ab1985ee5cf4e /dev-python/dbus-python | |
parent | Update the cms file from the samsung driver and place the cms to proper folde... (diff) | |
download | gentoo-2-9d3ee9ced1c802617ec212813a1e8f63e11279fb.tar.gz gentoo-2-9d3ee9ced1c802617ec212813a1e8f63e11279fb.tar.bz2 gentoo-2-9d3ee9ced1c802617ec212813a1e8f63e11279fb.zip |
arm stable, bug #403843
(Portage version: 2.1.10.49/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-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index fcc36c598995..aba27019abd6 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.90 2012/03/12 06:43:36 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.91 2012/03/12 19:09:45 maekke Exp $ + + 12 Mar 2012; Markus Meier <maekke@gentoo.org> dbus-python-1.0.0.ebuild: + arm stable, bug #403843 12 Mar 2012; Jeff Horelick <jdhore@gentoo.org> dbus-python-1.0.0.ebuild: marked x86 per bug 403843 diff --git a/dev-python/dbus-python/dbus-python-1.0.0.ebuild b/dev-python/dbus-python/dbus-python-1.0.0.ebuild index 958bd9464dc4..10021e799315 100644 --- a/dev-python/dbus-python/dbus-python-1.0.0.ebuild +++ b/dev-python/dbus-python/dbus-python-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.11 2012/03/12 06:43:36 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.12 2012/03/12 19:09:45 maekke Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=">=dev-libs/dbus-glib-0.98 |