summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-07-31 14:48:36 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-07-31 14:48:36 +0000
commitaafd95348f971040b7414862755723c878615c63 (patch)
treeac5afdd0133b6ad625bbe38e1c50ff4ddd741d55 /www-client
parentAdd support for Linux-3.0, bug #372001 (diff)
downloadgentoo-2-aafd95348f971040b7414862755723c878615c63.tar.gz
gentoo-2-aafd95348f971040b7414862755723c878615c63.tar.bz2
gentoo-2-aafd95348f971040b7414862755723c878615c63.zip
Removed hardened condition from pgo build as pgo is now masked on hardened
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/icecat/ChangeLog5
-rw-r--r--www-client/icecat/icecat-5.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog
index 4dd9ab944f2c..2e538f928fb8 100644
--- a/www-client/icecat/ChangeLog
+++ b/www-client/icecat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/icecat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.93 2011/07/26 13:11:03 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.94 2011/07/31 14:48:36 polynomial-c Exp $
+
+ 31 Jul 2011; Lars Wendler <polynomial-c@gentoo.org> icecat-5.0-r1.ebuild:
+ Removed hardened condition from pgo build as pgo is now masked on hardened.
26 Jul 2011; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.16-r1.ebuild,
icecat-3.6.16-r2.ebuild, +files/icecat-3.6.16-curl7217-includes-fix.patch,
diff --git a/www-client/icecat/icecat-5.0-r1.ebuild b/www-client/icecat/icecat-5.0-r1.ebuild
index 47d27d33b009..212ea528e3e7 100644
--- a/www-client/icecat/icecat-5.0-r1.ebuild
+++ b/www-client/icecat/icecat-5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-5.0-r1.ebuild,v 1.2 2011/07/26 13:11:03 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-5.0-r1.ebuild,v 1.3 2011/07/31 14:48:36 polynomial-c Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -244,7 +244,7 @@ src_configure() {
}
src_compile() {
- if ! use hardened && use pgo; then
+ if use pgo; then
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
Xemake -f client.mk profiledbuild || die "Xemake failed"