diff options
author | 2003-03-04 19:12:44 +0000 | |
---|---|---|
committer | 2003-03-04 19:12:44 +0000 | |
commit | 96c9baad8ad9b5f224b1740d843c653d24deede1 (patch) | |
tree | 1af9fc768105706e9b3375358748c0e034ffa91b /gnome-base/gconf | |
parent | new version (diff) | |
download | historical-96c9baad8ad9b5f224b1740d843c653d24deede1.tar.gz historical-96c9baad8ad9b5f224b1740d843c653d24deede1.tar.bz2 historical-96c9baad8ad9b5f224b1740d843c653d24deede1.zip |
multiple job fix
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.0.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 0031b6f80f02..b68417d9c8db 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.32 2003/02/22 00:07:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.33 2003/03/04 19:12:44 foser Exp $ 07 Feb 2003; Aron Griffis <agriffis@gentoo.org> gconf-2.2.0.ebuild : Add ~alpha to KEYWORDS @@ -10,6 +10,9 @@ *gconf-2.2.0 (30 Jan 2003) + 04 Mar 2003; foser <foser@gentoo.org> gconf-[1.2.1,2.2.0].ebuild : + Multiple job fix for all arches (#16807) + 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> gconf-2.2.0.ebuild : Mark stable on alpha diff --git a/gnome-base/gconf/gconf-1.2.1.ebuild b/gnome-base/gconf/gconf-1.2.1.ebuild index d3a2d3be6adc..c5a90285f17c 100644 --- a/gnome-base/gconf/gconf-1.2.1.ebuild +++ b/gnome-base/gconf/gconf-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.10 2003/02/13 12:05:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.11 2003/03/04 19:12:44 foser Exp $ IUSE="doc" @@ -25,8 +25,8 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( dev-util/gtk-doc )" -# multple jobs fails on alpha (#14280) -use alpha && MAKEOPTS="-j1" +# multple jobs fails on alpha (#14280) and x86 (#16807) +MAKEOPTS="-j1" kill_gconf () { # this function will kill all running gconfd that could be causing troubles diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild index b487d7224956..42faca3cade3 100644 --- a/gnome-base/gconf/gconf-2.2.0.ebuild +++ b/gnome-base/gconf/gconf-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.5 2003/02/22 00:07:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.6 2003/03/04 19:12:44 foser Exp $ IUSE="doc" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc alpha" +KEYWORDS="x86 ~ppc alpha" RDEPEND=">=dev-libs/glib-2.0.1 >=gnome-base/ORBit2-2.4 @@ -28,8 +28,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( dev-util/gtk-doc )" -# alpha compile fix -use alpha && MAKEOPTS="-j1" +MAKEOPTS="-j1" kill_gconf () { # this function will kill all running gconfd that could be causing troubles |