summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-05-05 11:06:32 +0000
committerJory Pratt <anarchy@gentoo.org>2006-05-05 11:06:32 +0000
commitf078205efce8e0410fa00d99123d35bde9c3f2ad (patch)
treeb4418d5e786e2286eaa55d099a6c74c4ee903071 /x11-plugins
parentbump libetpan dependency to 0.45 (diff)
downloadgentoo-2-f078205efce8e0410fa00d99123d35bde9c3f2ad.tar.gz
gentoo-2-f078205efce8e0410fa00d99123d35bde9c3f2ad.tar.bz2
gentoo-2-f078205efce8e0410fa00d99123d35bde9c3f2ad.zip
has_hardeneded replaced with gcc-specs-ssp wrt bug # 132319
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/enigmail/ChangeLog5
-rw-r--r--x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/enigmail/ChangeLog b/x11-plugins/enigmail/ChangeLog
index 5e8709bcfc67..d56db91077d0 100644
--- a/x11-plugins/enigmail/ChangeLog
+++ b/x11-plugins/enigmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/enigmail
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.16 2006/05/01 17:42:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.17 2006/05/05 11:06:32 anarchy Exp $
+
+ 05 May 2006; Jory A. Pratt <anarchy@gentoo.org> enigmail-0.94.0-r3.ebuild:
+ has_hardeneded replaced with gcc-specs-ssp wrt bug # 132319
01 May 2006; <nixnut@gentoo.org> enigmail-0.94.0-r3.ebuild:
Stable on ppc at the request of Anarchy
diff --git a/x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild b/x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild
index b74a8a478979..1a4bdc2a6c44 100644
--- a/x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild
+++ b/x11-plugins/enigmail/enigmail-0.94.0-r3.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/x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild,v 1.2 2006/05/01 17:42:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/enigmail-0.94.0-r3.ebuild,v 1.3 2006/05/05 11:06:32 anarchy Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils nsplugins mozcoreconf makeedit multilib autotools
@@ -90,7 +90,7 @@ src_compile() {
# hardened GCC uses -fstack-protector-all by default, and this breaks
# thunderbird
- has_hardened && append-flags -fno-stack-protector-all
+ gcc-specs-ssp && append-flags -fno-stack-protector-all
replace-flags -fstack-protector-all -fstack-protector
####################################