diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:20:55 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:20:55 +0000 |
commit | 00b95c855a4b70720fd4e120db934ed957ebb3cb (patch) | |
tree | 07c5ec07093dde821a584e27b7837513b12519cc /eclass | |
parent | remove debug from IUSE, it is not meaningful to the majority of packages (diff) | |
download | gentoo-2-00b95c855a4b70720fd4e120db934ed957ebb3cb.tar.gz gentoo-2-00b95c855a4b70720fd4e120db934ed957ebb3cb.tar.bz2 gentoo-2-00b95c855a4b70720fd4e120db934ed957ebb3cb.zip |
revert that change for now, or we get flooded by bugs about a silly QA
notice
Diffstat (limited to '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 46e5afa647fd..ad84f9b76abe 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.57 2005/08/01 23:19:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.58 2005/08/01 23:20:55 foser Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -15,7 +15,7 @@ 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="" +IUSE="debug" use debug && G2CONF="${G2CONF} --enable-debug=yes" |