diff options
author | 2003-04-23 22:22:18 +0000 | |
---|---|---|
committer | 2003-04-23 22:22:18 +0000 | |
commit | cd49b74a9fefd61486bf1fa72f53bd0721561d3f (patch) | |
tree | 4a483737b26f11479c7a6c6bfb28793fb4abce48 | |
parent | fix scrollkeeper issue (diff) | |
download | gentoo-2-cd49b74a9fefd61486bf1fa72f53bd0721561d3f.tar.gz gentoo-2-cd49b74a9fefd61486bf1fa72f53bd0721561d3f.tar.bz2 gentoo-2-cd49b74a9fefd61486bf1fa72f53bd0721561d3f.zip |
re-arrange inherit
-rw-r--r-- | eclass/php.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index 12b0ea74ed77..3fa25f9fc8f4 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,12 +1,13 @@ # 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.3 2003/04/23 22:03:19 robbat2 Exp $ -ECLASS=php -INHERITED="$INHERITED $ECLASS" +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.4 2003/04/23 22:22:18 robbat2 Exp $ inherit eutils flag-o-matic +ECLASS=php +INHERITED="$INHERITED $ECLASS" + EXPORT_FUNCTIONS src_unpack src_compile src_install MY_P=php-${PV} |