diff options
author | 2004-11-15 17:14:14 +0000 | |
---|---|---|
committer | 2004-11-15 17:14:14 +0000 | |
commit | 69110b20d32b46523b41399e308eb29514ace06d (patch) | |
tree | 8c32c895ab7f2dabcc1bbe2159e2a2217d3de24c /eclass | |
parent | uuups, missing patch (diff) | |
download | historical-69110b20d32b46523b41399e308eb29514ace06d.tar.gz historical-69110b20d32b46523b41399e308eb29514ace06d.tar.bz2 historical-69110b20d32b46523b41399e308eb29514ace06d.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 |