diff options
author | 2012-05-13 19:54:35 +0000 | |
---|---|---|
committer | 2012-05-13 19:54:35 +0000 | |
commit | a09e4e1bd605044f88063eaa6e4474691f51de73 (patch) | |
tree | 945133c8229b3eea02deee223eb5963d08365d07 /dev-python/dbus-python | |
parent | Stable for ppc/ppc64; bug #415435 (diff) | |
download | historical-a09e4e1bd605044f88063eaa6e4474691f51de73.tar.gz historical-a09e4e1bd605044f88063eaa6e4474691f51de73.tar.bz2 historical-a09e4e1bd605044f88063eaa6e4474691f51de73.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
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 5d3adfe2f507..6e29feb12a8e 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.95 2012/05/11 14:55:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.96 2012/05/13 19:54:35 aballier Exp $ + + 13 May 2012; Alexis Ballier <aballier@gentoo.org> dbus-python-1.0.0.ebuild: + keyword ~amd64-fbsd *dbus-python-1.1.0 (11 May 2012) 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 32aa714dff3f..649dc8a59084 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.15 2012/05/05 18:41:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.16 2012/05/13 19:54:35 aballier 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 ~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.98 |