commit: 4c4d4fa5fa01e314494d35ebba1259c79d648d38 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Nov 22 17:14:34 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Nov 22 17:15:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d4fa5
net-analyzer/wireshark: Update patch for live ebuild Fixes: https://bugs.gentoo.org/671694 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch index 4c6ddceeea6..9715de676f1 100644 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch +++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch @@ -17,11 +17,3 @@ ${GLIB2_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_DL_LIBS} -@@ -89,7 +92,6 @@ - ) - - add_executable(androiddump WIN32 ${androiddump_FILES}) -- # XXX Shouldn't we add wsutil to androiddump_LIBS instead? - set_extcap_executable_properties(androiddump) - target_link_libraries(androiddump ${androiddump_LIBS}) - install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR})