diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-11 04:19:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-11 04:19:50 +0000 |
commit | 26826fa1c7c7d4fff203b6dcef8236b700c051b4 (patch) | |
tree | b36e60864f66665b348b7641855c38426a9f2751 /net-analyzer/wireshark | |
parent | Drop -fomit-frame-pointer filter for USE=profile. (diff) | |
download | gentoo-2-26826fa1c7c7d4fff203b6dcef8236b700c051b4.tar.gz gentoo-2-26826fa1c7c7d4fff203b6dcef8236b700c051b4.tar.bz2 gentoo-2-26826fa1c7c7d4fff203b6dcef8236b700c051b4.zip |
Drop -fomit-frame-pointer filter for USE=profile.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.3.ebuild | 7 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.4.ebuild | 7 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.5.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 469f9b083b46..50f02d49b361 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.208 2009/12/22 15:40:26 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.209 2010/01/11 04:19:50 vapier Exp $ + + 11 Jan 2010; Mike Frysinger <vapier@gentoo.org> wireshark-1.2.3.ebuild, + wireshark-1.2.4.ebuild, wireshark-1.2.5.ebuild: + Drop -fomit-frame-pointer filter for USE=profile. 22 Dec 2009; Jeroen Roovers <jer@gentoo.org> wireshark-1.2.5.ebuild: Stable for PPC (bug #297388). diff --git a/net-analyzer/wireshark/wireshark-1.2.3.ebuild b/net-analyzer/wireshark/wireshark-1.2.3.ebuild index 8ef9d7fcfb36..a5da369b1a81 100644 --- a/net-analyzer/wireshark/wireshark-1.2.3.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.3.ebuild,v 1.8 2009/11/14 11:26:49 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.3.ebuild,v 1.9 2010/01/11 04:19:50 vapier Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -87,9 +87,8 @@ src_configure() { # our hardened toolchain bug filter-flags -fstack-protector - # profile and -fomit-frame-pointer or pie are incompatible #215806, #292991 + # profile and pie are incompatible #292991 if use profile; then - filter-flags -fomit-frame-pointer ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled." append-flags $(test-flags-CC -nopie) fi diff --git a/net-analyzer/wireshark/wireshark-1.2.4.ebuild b/net-analyzer/wireshark/wireshark-1.2.4.ebuild index 677f7388a2ef..e872866e50b3 100644 --- a/net-analyzer/wireshark/wireshark-1.2.4.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.4.ebuild,v 1.1 2009/11/17 13:43:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.4.ebuild,v 1.2 2010/01/11 04:19:50 vapier Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -87,9 +87,8 @@ src_configure() { # our hardened toolchain bug filter-flags -fstack-protector - # profile and -fomit-frame-pointer or pie are incompatible #215806, #292991 + # profile and pie are incompatible #215806, #292991 if use profile; then - filter-flags -fomit-frame-pointer ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled." append-flags $(test-flags-CC -nopie) fi diff --git a/net-analyzer/wireshark/wireshark-1.2.5.ebuild b/net-analyzer/wireshark/wireshark-1.2.5.ebuild index 67aecd25d0f8..a7a0e613aeac 100644 --- a/net-analyzer/wireshark/wireshark-1.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.7 2009/12/22 15:40:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.8 2010/01/11 04:19:50 vapier Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -87,9 +87,8 @@ src_configure() { # our hardened toolchain bug filter-flags -fstack-protector - # profile and -fomit-frame-pointer or pie are incompatible #215806, #292991 + # profile and pie are incompatible #215806, #292991 if use profile; then - filter-flags -fomit-frame-pointer ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled." append-flags $(test-flags-CC -nopie) fi |