diff options
author | 2005-07-23 14:04:46 +0000 | |
---|---|---|
committer | 2005-07-23 14:04:46 +0000 | |
commit | 6050059834933061ca4f65f7c1e543679953a24e (patch) | |
tree | 89c46d361b7e3d86fd21b41358ffe7df158aa313 /eclass/gnome2.eclass | |
parent | Stable on ia64, bug 99578. (diff) | |
download | historical-6050059834933061ca4f65f7c1e543679953a24e.tar.gz historical-6050059834933061ca4f65f7c1e543679953a24e.tar.bz2 historical-6050059834933061ca4f65f7c1e543679953a24e.zip |
fix incorrect IUSE
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index a75b82cb4b14..cf542f9c6c4f 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -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/eclass/gnome2.eclass,v 1.54 2005/07/20 16:30:36 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.55 2005/07/23 14:04:46 foser Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -14,7 +14,7 @@ G2CONF="" # extra configure opts passed to econf ELTCONF="" # extra options passed to elibtoolize SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall -IUSE="debug doc" +IUSE="debug" use debug && G2CONF="${G2CONF} --enable-debug=yes" DEPEND=">=sys-apps/sed-4" |