diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:19:07 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:19:07 +0000 |
commit | 7301e7e5a278e467bfae53ae5d5bd4dbf7cbbc7e (patch) | |
tree | 8a83d0fea5ba057c7a500121bab20610eeddddb1 /eclass | |
parent | rename USE flag to debuginfo (diff) | |
download | gentoo-2-7301e7e5a278e467bfae53ae5d5bd4dbf7cbbc7e.tar.gz gentoo-2-7301e7e5a278e467bfae53ae5d5bd4dbf7cbbc7e.tar.bz2 gentoo-2-7301e7e5a278e467bfae53ae5d5bd4dbf7cbbc7e.zip |
remove debug from IUSE, it is not meaningful to the majority of packages
that use the eclass
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 138aa1b4ce43..46e5afa647fd 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.56 2005/08/01 23:12:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.57 2005/08/01 23:19:07 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="debug" +IUSE="" use debug && G2CONF="${G2CONF} --enable-debug=yes" |