diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-18 08:45:43 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-18 08:45:43 +0000 |
commit | d9cbcd333734b86314f5afa3f1c23ea3e8732c85 (patch) | |
tree | 2c2b3663a34033c7ebb5aba2267f24433589b2c5 /eclass | |
parent | QA - 0.9.8 - fixed bad depend on portage. 1.0.7-r4 and 1.0.8 - added check in... (diff) | |
download | gentoo-2-d9cbcd333734b86314f5afa3f1c23ea3e8732c85.tar.gz gentoo-2-d9cbcd333734b86314f5afa3f1c23ea3e8732c85.tar.bz2 gentoo-2-d9cbcd333734b86314f5afa3f1c23ea3e8732c85.zip |
Fix typo bug #78321.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a31121ef4533..c4a158d1ae11 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.89 2005/01/18 06:14:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.90 2005/01/18 08:45:43 eradicator Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1123,7 +1123,7 @@ gcc_do_filter_flags() { gcc_src_compile() { if [[ $(tc-arch) == "amd64" ]] && [[ ${LD_PRELOAD} == "/lib/libsandbox.so" ]] && use_multilib; then eerror "Sandbox in your installed portage does not support compilation." - eerror "of a multilib gcc. Please set FEATURE=-sandbox and try again." + eerror "of a multilib gcc. Please set FEATURES=-sandbox and try again." eerror "After you have a multilib gcc, re-emerge portage to have a working sandbox." die "No 32bit sandbox. Retry with FEATURES=-sandbox." fi |