diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-15 17:14:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-15 17:14:14 +0000 |
commit | 73b0d405f7b46c517e93b0d5a648929f3647ebfd (patch) | |
tree | 6cb1da1442dd105a4f77ded67c2fe3cb63c206d8 /eclass | |
parent | uuups, missing patch (diff) | |
download | gentoo-2-73b0d405f7b46c517e93b0d5a648929f3647ebfd.tar.gz gentoo-2-73b0d405f7b46c517e93b0d5a648929f3647ebfd.tar.bz2 gentoo-2-73b0d405f7b46c517e93b0d5a648929f3647ebfd.zip |
export the right ECLASS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index a8bcb034468a..17af0d73b1c6 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.3 2004/11/15 15:54:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.4 2004/11/15 17:14:14 vapier Exp $ inherit eutils libtool flag-o-matic gnuconfig -ECLASS=toolchain +ECLASS=toolchain-binutils INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst |