diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-07-25 17:44:28 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-07-25 17:44:28 +0000 |
commit | bf34fc2e8bfd8141205c821f24089961234136fc (patch) | |
tree | 408527d21afacf592d63ea76dbc0ba5981b6eaba | |
parent | Fixed kochi-substitute rendering crash issue (diff) | |
download | gentoo-2-bf34fc2e8bfd8141205c821f24089961234136fc.tar.gz gentoo-2-bf34fc2e8bfd8141205c821f24089961234136fc.tar.bz2 gentoo-2-bf34fc2e8bfd8141205c821f24089961234136fc.zip |
Updated eclass to use inheritance
-rw-r--r-- | eclass/php-ext-source.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index 3724d7f8740d..8bbed3fa6de8 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.2 2003/07/25 10:42:59 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.3 2003/07/25 17:44:28 stuart Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -10,7 +10,9 @@ # # To use this eclass, you must add the following to your ebuild: # -# inherit php-ext-source php-ext-base +# inherit php-ext-source + +inherit php-ext-base ECLASS=php-ext-source INHERITED="$INHERITED $ECLASS" |