diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
commit | 285edf4c5d9f8051561c221d8107fe4cdf56291f (patch) | |
tree | 339c27964cdefd6a9e68e8cc57d2693bba4ed7a4 /eclass/php-lib.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/php-lib.eclass')
-rw-r--r-- | eclass/php-lib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index f42883930f77..8a0e87ab82ba 100644 --- a/eclass/php-lib.eclass +++ b/eclass/php-lib.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/php-lib.eclass,v 1.4 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.5 2007/07/02 14:24:27 peper Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -10,7 +10,7 @@ # # This eclass doesn't do a lot (yet) -RESTRICT="${RESTRICT} nostrip" +RESTRICT="${RESTRICT} strip" EXPORT_FUNCTIONS src_install |