diff options
Diffstat (limited to 'eclass/php-lib.eclass')
-rw-r--r-- | eclass/php-lib.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index f763dc3ff080..6f29e0b4bde1 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.2 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.3 2005/07/06 20:20:04 agriffis Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -10,7 +10,6 @@ # # This eclass doesn't do a lot (yet) -ECLASS=php-lib INHERITED="$INHERITED $ECLASS" RESTRICT="${RESTRICT} nostrip" |