diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-12 04:19:21 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-12 04:19:21 +0000 |
commit | ff94693bcb628fd1203f988ae9a595ae1e7c6bac (patch) | |
tree | cb45c806f7ada2d9a76ab5a7aa485d929f51f21f /sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | |
parent | I meant bug #56634 (diff) | |
download | historical-ff94693bcb628fd1203f988ae9a595ae1e7c6bac.tar.gz historical-ff94693bcb628fd1203f988ae9a595ae1e7c6bac.tar.bz2 historical-ff94693bcb628fd1203f988ae9a595ae1e7c6bac.zip |
typo fix
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild index 28d80c1fa71a..91b169f14e9a 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.8 2004/07/11 19:49:36 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.9 2004/07/12 04:19:21 lv Exp $ IUSE="nls" @@ -44,8 +44,8 @@ do_filter_flags() { fi # gcc 3.3 doesnt support -mtune on numerous archs, so xgcc will fail - mtsetting="`get-flag mcpu`" - [ ! -z "${mtsetting}" ] && filter-flags -mtune="${setting}" + mtsetting="`get-flag mtune`" + [ ! -z "${mtsetting}" ] && filter-flags -mtune="${mtsetting}" # ...sure, why not? strip-unsupported-flags |