diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-23 22:03:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-23 22:03:19 +0000 |
commit | 8b64e3036b66129c75a213e1f6a8eef4b473d2e1 (patch) | |
tree | a561bc08c491efe994723bdcb4a2051d7037128f /eclass | |
parent | version bump (diff) | |
download | gentoo-2-8b64e3036b66129c75a213e1f6a8eef4b473d2e1.tar.gz gentoo-2-8b64e3036b66129c75a213e1f6a8eef4b473d2e1.tar.bz2 gentoo-2-8b64e3036b66129c75a213e1f6a8eef4b473d2e1.zip |
fix inherit/import screwup
Diffstat (limited to '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 |