diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-27 01:10:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-27 01:10:05 +0000 |
commit | 5fad3c8a8024af8d2cead0124182bf8e14c97c84 (patch) | |
tree | e3141c5f1efcdd87b53c1c26d5a9f05b918f27a4 /eclass/multilib.eclass | |
parent | implement $(games_get_libdir) for the multilib lamers (diff) | |
download | gentoo-2-5fad3c8a8024af8d2cead0124182bf8e14c97c84.tar.gz gentoo-2-5fad3c8a8024af8d2cead0124182bf8e14c97c84.tar.bz2 gentoo-2-5fad3c8a8024af8d2cead0124182bf8e14c97c84.zip |
need toolchain-funcs for `tc-export`
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r-- | eclass/multilib.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 2a8b3b35d107..cf2230683495 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,14 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.57 2006/10/13 16:50:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.58 2007/03/27 01:10:05 vapier Exp $ # -# Author: Jeremy Huddleston <eradicator@gentoo.org> +# Maintainer: amd64@gentoo.org / toolchain@gentoo.org # # This eclass is for all functions pertaining to handling multilib. # configurations. DESCRIPTION="Based on the ${ECLASS} eclass" +inherit toolchain-funcs + # has_multilib_profile: # Return true if the current profile is a multilib profile and lists more than # one abi in ${MULTILIB_ABIS}. You might want to use this like |