summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-06 20:36:43 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-06 20:36:43 +0000
commitb6aaa2405dd7aa8244ce9556497759a0b825794b (patch)
tree64ff045bbd54d42783f4f27c28ea6e733b168efb /eclass/gnome2.eclass
parentremove line containing only the word "use" (diff)
downloadgentoo-2-b6aaa2405dd7aa8244ce9556497759a0b825794b.tar.gz
gentoo-2-b6aaa2405dd7aa8244ce9556497759a0b825794b.tar.bz2
gentoo-2-b6aaa2405dd7aa8244ce9556497759a0b825794b.zip
add IUSE=doc
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 9385e9b9a15a..7d84068da725 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.51 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.52 2005/07/06 20:36:43 agriffis 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"
+IUSE="debug doc"
use debug && G2CONF="${G2CONF} --enable-debug=yes"
DEPEND="${DEPEND} >=sys-apps/sed-4"