From 6636718bb751bf82e39dd6127a596a4cef54a087 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 20 Dec 2020 22:36:37 +0000 Subject: net-analyzer/wireshark: migrate to lua-single.eclass Both the latest release and the live ebuild. Nothing special, just the usual version-selection treatment. Compatibility as specified in the upstream build scripts. Closes: https://bugs.gentoo.org/752789 Signed-off-by: Marek Szuba --- .../wireshark/files/wireshark-3.4.2-cmake-lua-version.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch (limited to 'net-analyzer/wireshark/files') diff --git a/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch new file mode 100644 index 00000000000..18f663b7d81 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch @@ -0,0 +1,11 @@ +--- a/cmake/modules/FindLUA.cmake ++++ b/cmake/modules/FindLUA.cmake +@@ -19,7 +19,7 @@ + + if(NOT WIN32) + find_package(PkgConfig) +- pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51) ++ pkg_search_module(LUA lua) + if(NOT LUA_FOUND) + pkg_search_module(LUA "lua<=5.2.99") + endif() -- cgit v1.2.3-18-g5258