diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-03-12 06:43:36 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-03-12 06:43:36 +0000 |
commit | 3c31a8560a1dbe6995c86bbc64599f9c47828652 (patch) | |
tree | b9fc1e037bfb8a3de514c6799489e8ec1021c535 /dev-python/dbus-python | |
parent | Remove old version. (diff) | |
download | gentoo-2-3c31a8560a1dbe6995c86bbc64599f9c47828652.tar.gz gentoo-2-3c31a8560a1dbe6995c86bbc64599f9c47828652.tar.bz2 gentoo-2-3c31a8560a1dbe6995c86bbc64599f9c47828652.zip |
marked x86 per bug 403843
(Portage version: 2.2.0_alpha90/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 5dcbea2231d7..fcc36c598995 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.89 2012/03/09 14:48:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.90 2012/03/12 06:43:36 jdhore Exp $ + + 12 Mar 2012; Jeff Horelick <jdhore@gentoo.org> dbus-python-1.0.0.ebuild: + marked x86 per bug 403843 09 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> dbus-python-1.0.0.ebuild: amd64/ppc/ppc64 stable wrt #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 5785bb2fc31f..958bd9464dc4 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.10 2012/03/09 14:48:12 ssuominen Exp $ +# $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 $ 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 |