summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-04-23 18:51:35 +0000
committerJory Pratt <anarchy@gentoo.org>2006-04-23 18:51:35 +0000
commitd86ebe91f30db91679454268480362b9038b1f4b (patch)
treebb01b2d73e22f3e3d7f6c27091a038399b7287c6 /www-client
parentVersionbump. Closes bug #130761 (diff)
downloadgentoo-2-d86ebe91f30db91679454268480362b9038b1f4b.tar.gz
gentoo-2-d86ebe91f30db91679454268480362b9038b1f4b.tar.bz2
gentoo-2-d86ebe91f30db91679454268480362b9038b1f4b.zip
has_hardened replaced for depreciation warning
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/mozilla-firefox/Manifest6
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/www-client/mozilla-firefox/Manifest b/www-client/mozilla-firefox/Manifest
index d35840e14d67..c0fd01fa2c89 100644
--- a/www-client/mozilla-firefox/Manifest
+++ b/www-client/mozilla-firefox/Manifest
@@ -76,6 +76,6 @@ SHA256 613c9a12aef15ef1e6dabb93c566126f0cb4d0b820304a6e788351faf48fbef1 mozilla-
MD5 703f41edab0049cce34b1a4226fe59a4 mozilla-firefox-1.5.0.1-r4.ebuild 9075
RMD160 b1b261845303ee3457b22e01807a5a21dc477770 mozilla-firefox-1.5.0.1-r4.ebuild 9075
SHA256 261ec3b716ba36b57ed094acc2542ffa4039d1494717fb409d18a50efb13060b mozilla-firefox-1.5.0.1-r4.ebuild 9075
-MD5 05088a6f64933d4076c71ccc9365ccce mozilla-firefox-1.5.0.2.ebuild 9014
-RMD160 6a8da0a530e4d8bc95a5e5e245ee86e53d066b67 mozilla-firefox-1.5.0.2.ebuild 9014
-SHA256 1d7dfc197b144b07dba184a2d5f62852676719149acfb2486f48a2249e93f310 mozilla-firefox-1.5.0.2.ebuild 9014
+MD5 7863a208c646739e0b89d232c201e3f3 mozilla-firefox-1.5.0.2.ebuild 9015
+RMD160 42489b6aba2468a2376cd55fbdcb498df476037a mozilla-firefox-1.5.0.2.ebuild 9015
+SHA256 77e117e573d432e553cfe095f6541ea015f9a7873f545121759bb4e145b9b6d0 mozilla-firefox-1.5.0.2.ebuild 9015
diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild
index d500c34cb2cf..3bd916daa920 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild,v 1.3 2006/04/19 02:33:49 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.2.ebuild,v 1.4 2006/04/23 18:51:35 anarchy Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
@@ -130,7 +130,7 @@ src_compile() {
mozconfig_final
# hardened GCC uses -fstack-protector-all by default, which breaks us
- has_hardened && append-flags -fno-stack-protector-all
+ gcc-specs-ssp && append-flags -fno-stack-protector-all
# remove -fstack-protector because now it borks firefox
CFLAGS=${CFLAGS/-fstack-protector-all/}
CFLAGS=${CFLAGS/-fstack-protector/}