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 | f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2 (patch) | |
tree | 9fa89585364e98c8db3f1b5cdfe6a6bc97f254c2 /eclass/php-lib.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/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 |