diff options
author | 2012-07-21 21:30:22 +0000 | |
---|---|---|
committer | 2012-07-21 21:30:22 +0000 | |
commit | eac70bd3de39905fa87c454c3a531d518a7c2182 (patch) | |
tree | 820e5a03c6173933b867042f0e5af464523b95ba | |
parent | marked x86 per bug 416725 (diff) | |
download | gentoo-2-eac70bd3de39905fa87c454c3a531d518a7c2182.tar.gz gentoo-2-eac70bd3de39905fa87c454c3a531d518a7c2182.tar.bz2 gentoo-2-eac70bd3de39905fa87c454c3a531d518a7c2182.zip |
marked x86 per bug 416725
(Portage version: 2.2.0_alpha119/cvs/Linux i686)
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index cea86af90657..b820001759f1 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.103 2012/07/21 16:33:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.104 2012/07/21 21:30:22 jdhore Exp $ + + 21 Jul 2012; Jeff Horelick <jdhore@gentoo.org> dbus-python-1.1.1.ebuild: + marked x86 per bug 416725 21 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -files/dbus-python-0.83.1-workaround-broken-test.patch, diff --git a/dev-python/dbus-python/dbus-python-1.1.1.ebuild b/dev-python/dbus-python/dbus-python-1.1.1.ebuild index e00b1dbf61d9..857d9118f728 100644 --- a/dev-python/dbus-python/dbus-python-1.1.1.ebuild +++ b/dev-python/dbus-python/dbus-python-1.1.1.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.1.1.ebuild,v 1.3 2012/07/21 16:30:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.1.1.ebuild,v 1.4 2012/07/21 21:30:22 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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=">=dev-libs/dbus-glib-0.100 |