diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:59:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:59:41 +0000 |
commit | 452d5f75c3ad3754e34865c736497ee0ddb71331 (patch) | |
tree | 9d9056d6e6c1e92175e1401a23b215303b9b4f65 /eclass/php-lib.eclass | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.tar.gz gentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.tar.bz2 gentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.zip |
*** empty log message ***
Diffstat (limited to 'eclass/php-lib.eclass')
-rw-r--r-- | eclass/php-lib.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index 15314450b576..d7bf1d024ec8 100644 --- a/eclass/php-lib.eclass +++ b/eclass/php-lib.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/08/04 00:35:07 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.1.1.1 2005/11/30 09:59:27 chriswhite Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -10,8 +10,6 @@ # # This eclass doesn't do a lot (yet) -ECLASS=php-lib -INHERITED="$INHERITED $ECLASS" RESTRICT="${RESTRICT} nostrip" EXPORT_FUNCTIONS src_install |