diff options
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index 1fb591539dbd..12b0ea74ed77 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,11 +1,11 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.2 2003/04/23 10:03:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.3 2003/04/23 22:03:19 robbat2 Exp $ ECLASS=php INHERITED="$INHERITED $ECLASS" -import eutils flag-o-matic +inherit eutils flag-o-matic EXPORT_FUNCTIONS src_unpack src_compile src_install |