diff options
author | 2007-07-02 14:24:27 +0000 | |
---|---|---|
committer | 2007-07-02 14:24:27 +0000 | |
commit | 285edf4c5d9f8051561c221d8107fe4cdf56291f (patch) | |
tree | 339c27964cdefd6a9e68e8cc57d2693bba4ed7a4 /eclass/gnustep.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.tar.gz gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.tar.bz2 gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.zip |
(QA) RESTRICT clean up.
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r-- | eclass/gnustep.eclass | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 8d39f59fd5c4..a704b73e76e1 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.35 2006/09/03 18:08:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.36 2007/07/02 14:24:27 peper Exp $ inherit gnustep-funcs eutils flag-o-matic @@ -9,13 +9,10 @@ DESCRIPTION="EClass designed to facilitate building GNUstep Apps, Frameworks, an ########################################################################### # IUSE variables across all GNUstep packages # ##### All GNUstep applications / libs get these -# "debug" - enable code for debugging; also nostrip -# "profile" - enable code for profiling; also nostrip +# "debug" - enable code for debugging; +# "profile" - enable code for profiling; # "doc" - build and install documentation, if available IUSE="debug profile doc" -if use debug || use profile; then - RESTRICT="nostrip" -fi ########################################################################### ########################################################################### |