diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-27 01:34:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-27 01:34:31 +0000 |
commit | 03922265007d60e1bb7acb5c5a51e5b00da186b0 (patch) | |
tree | aa7f8606b902f2959a99591905be26b2e7498729 /eclass | |
parent | Version bump and removed old versions. (diff) | |
download | historical-03922265007d60e1bb7acb5c5a51e5b00da186b0.tar.gz historical-03922265007d60e1bb7acb5c5a51e5b00da186b0.tar.bz2 historical-03922265007d60e1bb7acb5c5a51e5b00da186b0.zip |
dont include toolchain-funcs for now to avoid recursive inclusion
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index cf2230683495..96150f87b851 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.58 2007/03/27 01:10:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.59 2007/03/27 01:34:31 vapier Exp $ # # Maintainer: amd64@gentoo.org / toolchain@gentoo.org # @@ -9,7 +9,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass" -inherit toolchain-funcs +#inherit toolchain-funcs # cant do this because it includes us # has_multilib_profile: # Return true if the current profile is a multilib profile and lists more than |