Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-analyzer/wireshark/
Date: Tue, 06 Feb 2018 07:25:56
Message-Id: 1517901940.dc001f21dffba19a7d4ba80bad0b018628f14e16.blueness@gentoo
1 commit: dc001f21dffba19a7d4ba80bad0b018628f14e16
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 07:25:40 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 07:25:40 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=dc001f21
7
8 net-analyzer/wireshark: remove unused flag from metadata.xml
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-analyzer/wireshark/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml
16 index 1dcbdb4..cf871ba 100644
17 --- a/net-analyzer/wireshark/metadata.xml
18 +++ b/net-analyzer/wireshark/metadata.xml
19 @@ -33,7 +33,7 @@
20 <flag name="capinfos">Install capinfos, to print information about capture files</flag>
21 <flag name="captype">Install captype, to print the file types of capture files</flag>
22 <flag name="ciscodump">Install ciscodump, extcap interface to capture from a remote Cisco router</flag>
23 - <flag name="crypt">Use <pkg>dev-libs/libgcrypt</pkg> to decrypt traffic</flag>
24 + <!--flag name="crypt">Use <pkg>dev-libs/libgcrypt</pkg> to decrypt traffic</flag-->
25 <flag name="dftest">Install dftest, to display filter byte-code, for debugging dfilter routines</flag>
26 <flag name="doc-pdf">Build documentation in pdf format (US and a4 paper sizes)</flag>
27 <flag name="dumpcap">Install dumpcap, to dump network traffic from inside wireshark</flag>