diff options
author | 2004-11-11 11:59:47 +0000 | |
---|---|---|
committer | 2004-11-11 11:59:47 +0000 | |
commit | fe091cc25d2f65ebb9a7a10296d20e4c71eabb2d (patch) | |
tree | 3f12d1bcdd732c1d2d44c723d7c65bb22fba4870 /sys-apps/dbus | |
parent | Keyworded ppc, as a dependency of dbus, in marking GNOME 2.8 (diff) | |
download | historical-fe091cc25d2f65ebb9a7a10296d20e4c71eabb2d.tar.gz historical-fe091cc25d2f65ebb9a7a10296d20e4c71eabb2d.tar.bz2 historical-fe091cc25d2f65ebb9a7a10296d20e4c71eabb2d.zip |
Keyworded ppc for GNOME 2.8
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.22-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.22-r2.ebuild | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index d88b12eca5ee..9b6d3d8f253f 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.20 2004/11/08 19:38:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.21 2004/11/11 11:57:16 obz Exp $ + + 11 Nov 2004; Mike Gardiner <obz@gentoo.org> dbus-0.22-r1.ebuild, + dbus-0.22-r2.ebuild: + Keyworded ppc for GNOME 2.8 08 Nov 2004; Markus Rothe <corsair@gentoo.org> dbus-0.22-r2.ebuild: Marked ~ppc64 diff --git a/sys-apps/dbus/dbus-0.22-r1.ebuild b/sys-apps/dbus/dbus-0.22-r1.ebuild index ea665b7ddcbb..9528ad875543 100644 --- a/sys-apps/dbus/dbus-0.22-r1.ebuild +++ b/sys-apps/dbus/dbus-0.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r1.ebuild,v 1.4 2004/10/28 22:17:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r1.ebuild,v 1.5 2004/11/11 11:57:16 obz Exp $ # because of the experimental nature debug by default inherit debug eutils mono python @@ -16,7 +16,7 @@ SRC_URI="http://www.freedesktop.org/software/dbus/releases/${P}.tar.gz" SLOT="0" LICENSE="|| ( GPL-2 AFL-2.1 )" -KEYWORDS="x86 ~ppc ~amd64 ~ia64" +KEYWORDS="x86 ppc ~amd64 ~ia64" RDEPEND=">=dev-libs/glib-2 xml2? ( >=dev-libs/libxml2-2.6 ) diff --git a/sys-apps/dbus/dbus-0.22-r2.ebuild b/sys-apps/dbus/dbus-0.22-r2.ebuild index 588030ef01ce..4d6d48c6f9dd 100644 --- a/sys-apps/dbus/dbus-0.22-r2.ebuild +++ b/sys-apps/dbus/dbus-0.22-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r2.ebuild,v 1.2 2004/11/08 19:38:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r2.ebuild,v 1.3 2004/11/11 11:57:16 obz Exp $ # because of the experimental nature debug by default inherit debug eutils mono python @@ -24,7 +24,9 @@ RDEPEND=">=dev-libs/glib-2 gtk? ( >=x11-libs/gtk+-2 ) python? ( >=dev-lang/python-2.2 >=dev-python/pyrex-0.9 ) - mono? ( >=dev-dotnet/mono-0.95 )" + !ppc64? ( + mono? ( >=dev-dotnet/mono-0.95 ) + )" # qt? ( >=x11-libs/qt-3 ) |