diff options
author | 2024-04-04 17:35:35 +0300 | |
---|---|---|
committer | 2024-04-05 06:38:07 +0100 | |
commit | c44997b20192165b696d06876edcb2bf511bd60e (patch) | |
tree | d7a1cb2f0ede6b38cc18ffc7db48279e8d4850b5 /net-analyzer | |
parent | dev-perl/DBD-MariaDB: Keyword 1.230.0 ppc64, #919865 (diff) | |
download | gentoo-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.ebuild | 4 |
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* |