summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-04-04 17:35:35 +0300
committerSam James <sam@gentoo.org>2024-04-05 06:38:07 +0100
commitc44997b20192165b696d06876edcb2bf511bd60e (patch)
treed7a1cb2f0ede6b38cc18ffc7db48279e8d4850b5 /net-analyzer
parentdev-perl/DBD-MariaDB: Keyword 1.230.0 ppc64, #919865 (diff)
downloadgentoo-c44997b20192165b696d06876edcb2bf511bd60e.tar.gz
gentoo-c44997b20192165b696d06876edcb2bf511bd60e.tar.bz2
gentoo-c44997b20192165b696d06876edcb2bf511bd60e.zip
net-analyzer/wireshark: install headers and pkgconfig file
Closes: https://bugs.gentoo.org/928577 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36100 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild (renamed from net-analyzer/wireshark/wireshark-4.2.4.ebuild)4
-rw-r--r--net-analyzer/wireshark/wireshark-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.2.4.ebuild b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild
index 4f2a6bd3fbd9..0e0d86d74067 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 4f2a6bd3fbd9..0e0d86d74067 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*