diff options
-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 |