summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2025-02-21 00:38:16 +0100
committerSam James <sam@gentoo.org>2025-02-20 23:57:26 +0000
commitf0734b1062ae4fedf8f2439d52b836c7017ce482 (patch)
tree1f2f85270a2fdca7225da45fbf7b3852e96f7c03 /net-analyzer
parentnet-analyzer/wireshark: add fix to make testsuite pass on big-endian systems (diff)
downloadgentoo-f0734b1062ae4fedf8f2439d52b836c7017ce482.tar.gz
gentoo-f0734b1062ae4fedf8f2439d52b836c7017ce482.tar.bz2
gentoo-f0734b1062ae4fedf8f2439d52b836c7017ce482.zip
net-analyzer/wireshark: remove unclear comment about perl dependency
Perl is checked for during cmake configuration, and while the build succeeds without it, the documentation is not clear why or what the downsides are. As perl is also definitely required for tests (and maybe docs) we may as well just clearly depend on it. Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-4.4.4.ebuild2
-rw-r--r--net-analyzer/wireshark/wireshark-9999.ebuild2
2 files changed, 0 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.4.4.ebuild b/net-analyzer/wireshark/wireshark-4.4.4.ebuild
index 99707f3406ef..35d4f4aad939 100644
--- a/net-analyzer/wireshark/wireshark-4.4.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.4.4.ebuild
@@ -86,8 +86,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
-# TODO: 4.0.0_rc1 release notes say:
-# "Perl is no longer required to build Wireshark, but may be required to build some source code files and run code analysis checks."
BDEPEND="
${PYTHON_DEPS}
dev-lang/perl
diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild
index fe82c41cb805..a35aa8ff912d 100644
--- a/net-analyzer/wireshark/wireshark-9999.ebuild
+++ b/net-analyzer/wireshark/wireshark-9999.ebuild
@@ -86,8 +86,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
-# TODO: 4.0.0_rc1 release notes say:
-# "Perl is no longer required to build Wireshark, but may be required to build some source code files and run code analysis checks."
BDEPEND="
${PYTHON_DEPS}
dev-lang/perl