Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
Date: Thu, 22 Nov 2018 17:16:03
Message-Id: 1542906952.4c4d4fa5fa01e314494d35ebba1259c79d648d38.jer@gentoo
1 commit: 4c4d4fa5fa01e314494d35ebba1259c79d648d38
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 22 17:14:34 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 17:15:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d4fa5
7
8 net-analyzer/wireshark: Update patch for live ebuild
9
10 Fixes: https://bugs.gentoo.org/671694
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 .../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 8 --------
15 1 file changed, 8 deletions(-)
16
17 diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
18 index 4c6ddceeea6..9715de676f1 100644
19 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
20 +++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
21 @@ -17,11 +17,3 @@
22 ${GLIB2_LIBRARIES}
23 ${ZLIB_LIBRARIES}
24 ${CMAKE_DL_LIBS}
25 -@@ -89,7 +92,6 @@
26 - )
27 -
28 - add_executable(androiddump WIN32 ${androiddump_FILES})
29 -- # XXX Shouldn't we add wsutil to androiddump_LIBS instead?
30 - set_extcap_executable_properties(androiddump)
31 - target_link_libraries(androiddump ${androiddump_LIBS})
32 - install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR})