diff options
author | 2005-07-06 20:36:43 +0000 | |
---|---|---|
committer | 2005-07-06 20:36:43 +0000 | |
commit | ff14c80577ec90b37dd8f15015a955e59741b378 (patch) | |
tree | 67bde3a53cceb8e1a3e957634b737d3f95d36a74 /eclass | |
parent | remove line containing only the word "use" (diff) | |
download | historical-ff14c80577ec90b37dd8f15015a955e59741b378.tar.gz historical-ff14c80577ec90b37dd8f15015a955e59741b378.tar.bz2 historical-ff14c80577ec90b37dd8f15015a955e59741b378.zip |
add IUSE=doc
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 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" |