diff options
author | 2007-07-02 14:24:27 +0000 | |
---|---|---|
committer | 2007-07-02 14:24:27 +0000 | |
commit | 285edf4c5d9f8051561c221d8107fe4cdf56291f (patch) | |
tree | 339c27964cdefd6a9e68e8cc57d2693bba4ed7a4 /eclass/gtk-engines.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/gtk-engines.eclass')
-rw-r--r-- | eclass/gtk-engines.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass index 609c685a6944..8a4dab0e582b 100644 --- a/eclass/gtk-engines.eclass +++ b/eclass/gtk-engines.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.36 2007/03/26 20:19:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.37 2007/07/02 14:24:27 peper Exp $ # IMPORTANT: # This eclass is deprecated and should not be used in new ebuilds. @@ -80,7 +80,7 @@ case "${ENGINE}" in # Do _NOT_ strip symbols in the build! Need both lines for Portage # 1.8.9+ DEBUG="yes" - RESTRICT="nostrip" + RESTRICT="strip" # force debug information CFLAGS="${CFLAGS} -g" CXXFLAGS="${CXXFLAGS} -g" |