diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 03:21:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 03:21:35 +0000 |
commit | 40a460f4aa7f5288cf3e4392ffe73f9444a04f18 (patch) | |
tree | f22b559bf2d8cd9c595a308a543914ab2424aba6 /net-www | |
parent | fix the sparc CHOST munging (diff) | |
download | gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.tar.gz gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.tar.bz2 gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7_rc1.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild index 69984f83341b..557ac5a36e8c 100644 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild +++ b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.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-firefox-bin/mozilla-firefox-bin-0.8.ebuild,v 1.6 2004/04/26 12:25:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild,v 1.7 2004/04/27 03:20:40 mr_bones_ Exp $ inherit nsplugins eutils @@ -19,8 +19,8 @@ LICENSE="MPL-1.1 NPL-1.1" DEPEND="virtual/glibc" RDEPEND="virtual/x11 - x86? ( - >=sys-libs/lib-compat-1.0-r2 + x86? ( + >=sys-libs/lib-compat-1.0-r2 >=x11-libs/gtk+-2.2 ) amd64? ( diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild index d77aac9c1d3e..f9a733ff51d9 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.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-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.6 2004/04/26 22:37:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.7 2004/04/27 03:19:59 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils @@ -191,7 +191,7 @@ src_compile() { if [[ $(gcc-major-version) -eq 3 ]]; then # gcc-3 prior to 3.2.3 doesn't work well for pentium4 - 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 diff --git a/net-www/mozilla/mozilla-1.7_rc1.ebuild b/net-www/mozilla/mozilla-1.7_rc1.ebuild index c71da49bb41e..fb08b9c288b1 100644 --- a/net-www/mozilla/mozilla-1.7_rc1.ebuild +++ b/net-www/mozilla/mozilla-1.7_rc1.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.ebuild,v 1.5 2004/04/26 22:35:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1.ebuild,v 1.6 2004/04/27 03:19:21 mr_bones_ Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama" # Internal USE flags that I do not really want to advertise ... @@ -275,7 +275,7 @@ src_compile() { if [[ $(gcc-major-version) -eq 3 ]]; then # gcc-3 prior to 3.2.3 doesn't work well for pentium4 - 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 |