diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-30 06:13:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-30 06:13:28 +0000 |
commit | 93a5451ed5a891db6168007804ca6e9fa6db8467 (patch) | |
tree | bb4fa46937feff328fa236dc22fa03df8e43147d /net-www/mozilla | |
parent | bah (Manifest recommit) (diff) | |
download | gentoo-2-93a5451ed5a891db6168007804ca6e9fa6db8467.tar.gz gentoo-2-93a5451ed5a891db6168007804ca6e9fa6db8467.tar.bz2 gentoo-2-93a5451ed5a891db6168007804ca6e9fa6db8467.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.7_rc1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild index 3301747b9a0d..847af7a02371 100644 --- a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.1 2004/04/29 18:02:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.2 2004/04/30 06:13:28 mr_bones_ Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -294,7 +294,7 @@ src_compile() { if [[ $(gcc-major-version) -eq 3 ]]; then # gcc-3 prior to 3.2.3 doesn't work well for pentium4 # see bug 25332 - if [[ $(gcc-minor-version) -lt 2 || + if [[ $(gcc-minor-version) -lt 2 || ( $(gcc-minor-version) -eq 2 && $(gcc-micro-version) -lt 3 ) ]] then replace-flags -march=pentium4 -march=pentium3 |