diff options
author | 2007-07-02 14:24:27 +0000 | |
---|---|---|
committer | 2007-07-02 14:24:27 +0000 | |
commit | f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2 (patch) | |
tree | 9fa89585364e98c8db3f1b5cdfe6a6bc97f254c2 /eclass/gnustep.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.gz historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.bz2 historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.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 ########################################################################### ########################################################################### |