diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-06-25 14:46:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-06-25 14:46:52 +0000 |
commit | 6efb22bdf578c5bf05b8c1f23c574da606d2a439 (patch) | |
tree | 133f997e2a884abba43adaf47a4cf234b7a5e7c9 /eclass | |
parent | Marked stable on amd64. bug 137689. (diff) | |
download | historical-6efb22bdf578c5bf05b8c1f23c574da606d2a439.tar.gz historical-6efb22bdf578c5bf05b8c1f23c574da606d2a439.tar.bz2 historical-6efb22bdf578c5bf05b8c1f23c574da606d2a439.zip |
Fix for bug #136403, add doc to IUSE, such that the doc USE-flag is not
used without being reported in IUSE.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnustep.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index ae96d004d537..19040109ec76 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.33 2006/06/21 17:29:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.34 2006/06/25 14:46:52 grobian Exp $ inherit gnustep-funcs eutils flag-o-matic @@ -12,9 +12,8 @@ DESCRIPTION="EClass designed to facilitate building GNUstep Apps, Frameworks, an # "debug" - enable code for debugging; also nostrip # "profile" - enable code for profiling; also nostrip # "verbose" - enable "normal / noisy" compiling from eclass -# ##### Set the next USE flags ***per ebuild*** in IUSE, ***not here*** -# "doc" - set in ebuild that inherits to enable doc specific code in eclass -IUSE="debug profile verbose" +# "doc" - build and install documentation, if available +IUSE="debug profile verbose doc" if use debug || use profile; then RESTRICT="nostrip" fi |