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 | 3166f3b82eb1414e2c3ab00741fbc53e2746a952 (patch) | |
tree | 259cc24e0776cbdfc1959d7109fef5c2572b16ca /eclass/gnustep.eclass | |
parent | Marked stable on amd64. bug 137689. (diff) | |
download | gentoo-2-3166f3b82eb1414e2c3ab00741fbc53e2746a952.tar.gz gentoo-2-3166f3b82eb1414e2c3ab00741fbc53e2746a952.tar.bz2 gentoo-2-3166f3b82eb1414e2c3ab00741fbc53e2746a952.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/gnustep.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 |