diff options
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.9.ebuild | 7 | ||||
-rw-r--r-- | gnome-base/gnome-common/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-2.4.0.ebuild | 4 |
4 files changed, 14 insertions, 7 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 222bf598cb6f..dee4366243a9 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.87 2004/10/01 07:04:23 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.88 2004/11/05 22:50:35 corsair Exp $ + + 05 Nov 2004; Markus Rothe <corsair@gentoo.org> gconf-1.0.9.ebuild: + Marked ~ppc64; bug #69450 01 Oct 2004; Stephen P. Becker <geoman@gentoo.org> gconf-2.6.2.ebuild: stable on mips diff --git a/gnome-base/gconf/gconf-1.0.9.ebuild b/gnome-base/gconf/gconf-1.0.9.ebuild index 4d4d3ee33a64..a367887982e4 100644 --- a/gnome-base/gconf/gconf-1.0.9.ebuild +++ b/gnome-base/gconf/gconf-1.0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.12 2004/08/21 16:29:51 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.13 2004/11/05 22:50:35 corsair Exp $ -inherit libtool gnome.org eutils +inherit libtool gnome.org eutils gnuconfig IUSE="nls" @@ -19,7 +19,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 mips" +KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 mips ~ppc64" DEPEND="dev-util/indent =dev-libs/glib-1.2* @@ -45,6 +45,7 @@ src_unpack () { src_compile() { elibtoolize + use ppc64 && gnuconfig_update econf $(use_enable nls) || die "econf failed" emake || die "make failed" } diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index 561f18d222a9..06eaa2b2cec8 100644 --- a/gnome-base/gnome-common/ChangeLog +++ b/gnome-base/gnome-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-common # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.18 2004/08/06 12:53:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.19 2004/11/05 22:52:27 corsair Exp $ + + 05 Nov 2004; Markus Rothe <corsair@gentoo.org> gnome-common-2.4.0.ebuild: + Marked ~ppc64; bug #69450 06 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnome-common-2.4.0.ebuild: diff --git a/gnome-base/gnome-common/gnome-common-2.4.0.ebuild b/gnome-base/gnome-common/gnome-common-2.4.0.ebuild index efe6a04383a6..682ae4d48667 100644 --- a/gnome-base/gnome-common/gnome-common-2.4.0.ebuild +++ b/gnome-base/gnome-common/gnome-common-2.4.0.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/gnome-base/gnome-common/gnome-common-2.4.0.ebuild,v 1.7 2004/08/06 12:53:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.4.0.ebuild,v 1.8 2004/11/05 22:52:27 corsair Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="x86 sparc hppa ppc" +KEYWORDS="x86 sparc hppa ppc ~ppc64" IUSE="" |