summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-12 04:19:21 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-12 04:19:21 +0000
commit3331252cfe424ee137521e06f8ddb153a3ccfead (patch)
tree4039a6f0a893175fa81fa86b7518ff6c8d556509 /sys-libs/libstdc++-v3
parentI meant bug #56634 (Manifest recommit) (diff)
downloadgentoo-2-3331252cfe424ee137521e06f8ddb153a3ccfead.tar.gz
gentoo-2-3331252cfe424ee137521e06f8ddb153a3ccfead.tar.bz2
gentoo-2-3331252cfe424ee137521e06f8ddb153a3ccfead.zip
typo fix
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r--sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild6
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