diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-04 15:43:24 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-04 15:43:24 +0000 |
commit | 11fcecbe3c186a5cc830d6b8031df077311b8425 (patch) | |
tree | e6ecfd937f7ef9a0a9ebd2f7786e15a4e9426266 /gnome-base/gconf/gconf-2.2.0.ebuild | |
parent | New version (diff) | |
download | gentoo-2-11fcecbe3c186a5cc830d6b8031df077311b8425.tar.gz gentoo-2-11fcecbe3c186a5cc830d6b8031df077311b8425.tar.bz2 gentoo-2-11fcecbe3c186a5cc830d6b8031df077311b8425.zip |
alpha fix
Diffstat (limited to 'gnome-base/gconf/gconf-2.2.0.ebuild')
-rw-r--r-- | gnome-base/gconf/gconf-2.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |