diff options
author | Raphaël Marichez <falco@gentoo.org> | 2007-08-02 15:48:29 +0000 |
---|---|---|
committer | Raphaël Marichez <falco@gentoo.org> | 2007-08-02 15:48:29 +0000 |
commit | 20056086767668d2320e6a29b273bab5e0f7a2f6 (patch) | |
tree | daac93e3118f2b844a5bd7539b073b9870682c3c /net-analyzer | |
parent | Mask BMPX 0.40.0 releases candidates. (diff) | |
download | gentoo-2-20056086767668d2320e6a29b273bab5e0f7a2f6.tar.gz gentoo-2-20056086767668d2320e6a29b273bab5e0f7a2f6.tar.bz2 gentoo-2-20056086767668d2320e6a29b273bab5e0f7a2f6.zip |
Remove redundant econf lines, reported by steev
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.6.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 10d93de2f6df..242f51daae11 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.67 2007/07/26 17:04:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.68 2007/08/02 15:48:29 falco Exp $ + + 02 Aug 2007; Raphael Marichez <falco@gentoo.org> wireshark-0.99.6.ebuild, + wireshark-0.99.6-r1.ebuild: + Remove redundant econf lines, reported by steev 26 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> wireshark-0.99.6.ebuild, wireshark-0.99.6-r1.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild index 55a206e86110..89d16f15f214 100644 --- a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.2 2007/07/26 17:04:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.3 2007/08/02 15:48:29 falco Exp $ WANT_AUTOMAKE="1.9" inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -108,8 +108,6 @@ src_compile() { --enable-editcap \ --enable-capinfos \ --enable-text2pcap \ - --enable-dftest \ - --enable-randpkt \ ${myconf} || die "econf failed" # fixes an access violation caused by libnetsnmp - see bug 79068 diff --git a/net-analyzer/wireshark/wireshark-0.99.6.ebuild b/net-analyzer/wireshark/wireshark-0.99.6.ebuild index fd9a0ce3ffd9..3e436bce281a 100644 --- a/net-analyzer/wireshark/wireshark-0.99.6.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6.ebuild,v 1.10 2007/07/26 17:04:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6.ebuild,v 1.11 2007/08/02 15:48:29 falco Exp $ WANT_AUTOMAKE="1.9" @@ -104,8 +104,6 @@ src_compile() { --enable-editcap \ --enable-capinfos \ --enable-text2pcap \ - --enable-dftest \ - --enable-randpkt \ --disable-warnings-as-errors \ ${myconf} || die "econf failed" |