From c44997b20192165b696d06876edcb2bf511bd60e Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 4 Apr 2024 17:35:35 +0300 Subject: [PATCH] net-analyzer/wireshark: install headers and pkgconfig file Closes: https://bugs.gentoo.org/928577 Signed-off-by: Alfred Wingate Closes: https://github.com/gentoo/gentoo/pull/36100 Signed-off-by: Sam James --- .../{wireshark-4.2.4.ebuild => wireshark-4.2.4-r1.ebuild} | 4 +++- net-analyzer/wireshark/wireshark-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) rename net-analyzer/wireshark/{wireshark-4.2.4.ebuild => wireshark-4.2.4-r1.ebuild} (98%) diff --git a/net-analyzer/wireshark/wireshark-4.2.4.ebuild b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild similarity index 98% rename from net-analyzer/wireshark/wireshark-4.2.4.ebuild rename to net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild index 4f2a6bd3fbd98..0e0d86d740672 100644 --- a/net-analyzer/wireshark/wireshark-4.2.4.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild @@ -282,7 +282,9 @@ src_test() { } src_install() { - cmake_src_install + # bug #928577 + # https://gitlab.com/wireshark/wireshark/-/commit/fe7bfdf6caac9204ab5f34eeba7b0f4a0314d3cd + cmake_src_install install-headers # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README* diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 4f2a6bd3fbd98..0e0d86d740672 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -282,7 +282,9 @@ src_test() { } src_install() { - cmake_src_install + # bug #928577 + # https://gitlab.com/wireshark/wireshark/-/commit/fe7bfdf6caac9204ab5f34eeba7b0f4a0314d3cd + cmake_src_install install-headers # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README*