summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-08-01 23:20:55 +0000
committerMarinus Schraal <foser@gentoo.org>2005-08-01 23:20:55 +0000
commit00b95c855a4b70720fd4e120db934ed957ebb3cb (patch)
tree07c5ec07093dde821a584e27b7837513b12519cc
parentremove debug from IUSE, it is not meaningful to the majority of packages (diff)
downloadgentoo-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
-rw-r--r--eclass/gnome2.eclass4
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"