Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.2.7.ebuild
Date: Thu, 22 Apr 2010 16:18:11
Message-Id: 20100422154258.B0EB6295DD@corvid.gentoo.org
1 mr_bones_ 10/04/22 15:42:58
2
3 Modified: wireshark-1.2.7.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 net-analyzer/wireshark/wireshark-1.2.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild?r1=1.2&r2=1.3
14
15 Index: wireshark-1.2.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- wireshark-1.2.7.ebuild 22 Apr 2010 06:06:27 -0000 1.2
22 +++ wireshark-1.2.7.ebuild 22 Apr 2010 15:42:58 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild,v 1.2 2010/04/22 06:06:27 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.7.ebuild,v 1.3 2010/04/22 15:42:58 mr_bones_ Exp $
28
29 EAPI=2
30 inherit autotools libtool flag-o-matic eutils toolchain-funcs
31 @@ -20,7 +20,7 @@
32 IUSE="adns ares gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux"
33
34 RDEPEND=">=dev-libs/glib-2.4.0:2
35 - zlib? ( sys-libs/zlib
36 + zlib? ( sys-libs/zlib
37 !=sys-libs/zlib-1.2.4 )
38 smi? ( net-libs/libsmi )
39 gtk? ( >=x11-libs/gtk+-2.4.0:2