diff options
author | 2004-02-17 22:46:07 +0000 | |
---|---|---|
committer | 2004-02-17 22:46:07 +0000 | |
commit | 81f6dd4e42942cc267768cfdf8e6239611f342c2 (patch) | |
tree | 3b91da295287695b860d1f6fe6426ea63275d5af /sys-apps/dbus | |
parent | removing the mask on silo-1.4.x (diff) | |
download | gentoo-2-81f6dd4e42942cc267768cfdf8e6239611f342c2.tar.gz gentoo-2-81f6dd4e42942cc267768cfdf8e6239611f342c2.tar.bz2 gentoo-2-81f6dd4e42942cc267768cfdf8e6239611f342c2.zip |
Remove all KEYWORDS other than ~x86, since none of the support stuff (i.e. mono) is marked on the other platforms
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.13.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.20.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 1ecd68dcd23a..5f9a1ca30788 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/dbus -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.5 2003/12/05 03:07:48 seemant Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.6 2004/02/17 22:46:07 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> dbus-0.20.ebuild: + Remove all KEYWORDS other than ~x86, since none of the support stuff (i.e. + mono) is marked on the other platforms *dbus-0.20 (04 Dec 2003) diff --git a/sys-apps/dbus/dbus-0.13.ebuild b/sys-apps/dbus/dbus-0.13.ebuild index 1a59b88dab74..93128331b77c 100644 --- a/sys-apps/dbus/dbus-0.13.ebuild +++ b/sys-apps/dbus/dbus-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.13.ebuild,v 1.2 2003/11/15 05:46:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.13.ebuild,v 1.3 2004/02/17 22:46:07 agriffis Exp $ IUSE="doc" diff --git a/sys-apps/dbus/dbus-0.20.ebuild b/sys-apps/dbus/dbus-0.20.ebuild index c4841d425637..d9c8dccaf40f 100644 --- a/sys-apps/dbus/dbus-0.20.ebuild +++ b/sys-apps/dbus/dbus-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.20.ebuild,v 1.2 2003/12/05 04:01:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.20.ebuild,v 1.3 2004/02/17 22:46:07 agriffis Exp $ IUSE="doc xml mono gtk X qt gtk python" @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/dbus/releases/${P}.tar.gz" SLOT="0" LICENSE="Academic" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" +KEYWORDS="~x86" DEPEND=" dev-libs/glib |