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 | dd54f037154f3f3fc7ae1ab0aa259a9393bf2b0c (patch) | |
tree | 6aa0d3914ba2aae9815c2bbed1ce14128eaf0793 /eclass | |
parent | QA - 0.9.8 - fixed bad depend on portage. 1.0.7-r4 and 1.0.8 - added check in... (diff) | |
download | historical-dd54f037154f3f3fc7ae1ab0aa259a9393bf2b0c.tar.gz historical-dd54f037154f3f3fc7ae1ab0aa259a9393bf2b0c.tar.bz2 historical-dd54f037154f3f3fc7ae1ab0aa259a9393bf2b0c.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 |