summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-08-01 23:19:07 +0000
committerMarinus Schraal <foser@gentoo.org>2005-08-01 23:19:07 +0000
commit05d022c75c9f5b462d2c70c43b1deefbafec7759 (patch)
tree77dc9a15319d2ff11e86978bec5fe0313592271f /eclass/gnome2.eclass
parentrename USE flag to debuginfo (diff)
downloadhistorical-05d022c75c9f5b462d2c70c43b1deefbafec7759.tar.gz
historical-05d022c75c9f5b462d2c70c43b1deefbafec7759.tar.bz2
historical-05d022c75c9f5b462d2c70c43b1deefbafec7759.zip
remove debug from IUSE, it is not meaningful to the majority of packages
that use the eclass
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass4
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"