summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-03-13 08:36:33 +0000
committerPeter Volkov <pva@gentoo.org>2011-03-13 08:36:33 +0000
commit32c04ff572d1782f971fad1f43987d5602957ab0 (patch)
treee47e28867965d32a7635053711d7134c761e1c17 /net-analyzer
parentppc/ppc64 stable wrt #353436 (diff)
downloadgentoo-2-32c04ff572d1782f971fad1f43987d5602957ab0.tar.gz
gentoo-2-32c04ff572d1782f971fad1f43987d5602957ab0.tar.bz2
gentoo-2-32c04ff572d1782f971fad1f43987d5602957ab0.zip
Added ewarn for bug #358101, thank Agostino Sarubbo for note.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog5
-rw-r--r--net-analyzer/wireshark/wireshark-1.4.4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 33eed4700348..5c54739c82c3 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.279 2011/03/12 11:46:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.280 2011/03/13 08:36:33 pva Exp $
+
+ 13 Mar 2011; Peter Volkov <pva@gentoo.org> wireshark-1.4.4.ebuild:
+ Added ewarn for bug #358101, thank Agostino Sarubbo for note.
12 Mar 2011; Raúl Porcel <armin76@gentoo.org> wireshark-1.4.4.ebuild:
alpha/ia64/sparc stable wrt #354197
diff --git a/net-analyzer/wireshark/wireshark-1.4.4.ebuild b/net-analyzer/wireshark/wireshark-1.4.4.ebuild
index decd8f106fce..6e50b75752d0 100644
--- a/net-analyzer/wireshark/wireshark-1.4.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.4.4.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/net-analyzer/wireshark/wireshark-1.4.4.ebuild,v 1.5 2011/03/12 11:46:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.4.ebuild,v 1.6 2011/03/13 08:36:33 pva Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -122,6 +122,7 @@ src_configure() {
# profile and pie are incompatible #215806, #292991
if use profile; then
ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled."
+ ewarn "Also ignore \"unrecognized option '-nopie'\" gcc warning #358101."
append-flags $(test-flags-CC -nopie)
fi