summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-02-04 15:43:24 +0000
committerMarinus Schraal <foser@gentoo.org>2003-02-04 15:43:24 +0000
commit2c2bf637837adf090ce854e1dbb91fa7a6978a86 (patch)
tree2c074bdca3a834bc9ba386037cd0568db697d732 /gnome-base
parentNew version (diff)
downloadhistorical-2c2bf637837adf090ce854e1dbb91fa7a6978a86.tar.gz
historical-2c2bf637837adf090ce854e1dbb91fa7a6978a86.tar.bz2
historical-2c2bf637837adf090ce854e1dbb91fa7a6978a86.zip
alpha fix
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gconf/ChangeLog5
-rw-r--r--gnome-base/gconf/gconf-1.2.1.ebuild5
-rw-r--r--gnome-base/gconf/gconf-2.2.0.ebuild5
3 files changed, 10 insertions, 5 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog
index 124677540b1c..a8391462b1c7 100644
--- a/gnome-base/gconf/ChangeLog
+++ b/gnome-base/gconf/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for gnome-base/gconf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.27 2003/01/31 01:40:23 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.28 2003/02/04 15:43:23 foser Exp $
*gconf-2.2.0 (30 Jan 2003)
+ 04 Feb 2003; foser <foser@gentoo.org> gconf-2.2.0.ebuild,gconf-1.2.1.ebuild :
+ Alpha multiple job fix (#14280)
+
30 Jan 2003; foser <foser@gentoo.org> gconf-2.2.0.ebuild :
GNOME 2.2 rc2 commit
diff --git a/gnome-base/gconf/gconf-1.2.1.ebuild b/gnome-base/gconf/gconf-1.2.1.ebuild
index 99fb0daf84cc..9c3ba857ec47 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-2002 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.8 2002/12/15 10:44:19 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.9 2003/02/04 15:43:24 foser Exp $
IUSE="doc"
@@ -25,7 +25,8 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )"
-LIBTOOL_FIX="1"
+# multple jobs fails on alpha (#14280)
+use alpha && 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 7c29eb85771a..48b9eab35dbf 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-2002 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.1 2003/01/31 01:40:23 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.2 2003/02/04 15:43:24 foser Exp $
IUSE="doc"
@@ -28,7 +28,8 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )"
-LIBTOOL_FIX="1"
+# alpha compile fix
+use alpha && MAKEOPTS="-j1"
kill_gconf () {
# this function will kill all running gconfd that could be causing troubles