diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:20:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:20:04 +0000 |
commit | 0bdfae2b4b5e1a3a57e3e78814836458e33abfcb (patch) | |
tree | 1198775277bd7dfc330448d251306c80cb06a702 /eclass/php-ext.eclass | |
parent | stable on amd64 (diff) | |
download | gentoo-2-0bdfae2b4b5e1a3a57e3e78814836458e33abfcb.tar.gz gentoo-2-0bdfae2b4b5e1a3a57e3e78814836458e33abfcb.tar.bz2 gentoo-2-0bdfae2b4b5e1a3a57e3e78814836458e33abfcb.zip |
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Diffstat (limited to 'eclass/php-ext.eclass')
-rw-r--r-- | eclass/php-ext.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/php-ext.eclass b/eclass/php-ext.eclass index cc71798f82f5..5365c4dcabc6 100644 --- a/eclass/php-ext.eclass +++ b/eclass/php-ext.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.7 2004/09/05 20:57:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.8 2005/07/06 20:20:04 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # # The php-ext eclass provides a unified interface for compiling and # installing standalone PHP extensions ('modules'). -ECLASS=php-ext INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install pkg_postinst |