summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-07-23 14:04:46 +0000
committerMarinus Schraal <foser@gentoo.org>2005-07-23 14:04:46 +0000
commit14b60d5bdc84e3b95fa7f38280fde34f0c84df2e (patch)
tree77761165bda270d777cc9f53e6bfd1e259701579 /eclass
parentStable on ia64, bug 99578. (diff)
downloadgentoo-2-14b60d5bdc84e3b95fa7f38280fde34f0c84df2e.tar.gz
gentoo-2-14b60d5bdc84e3b95fa7f38280fde34f0c84df2e.tar.bz2
gentoo-2-14b60d5bdc84e3b95fa7f38280fde34f0c84df2e.zip
fix incorrect IUSE
Diffstat (limited to '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 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"