commit: f0734b1062ae4fedf8f2439d52b836c7017ce482
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Thu Feb 20 23:38:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 23:57:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0734b10
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 <AT> applied-asynchrony.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/wireshark/wireshark-4.4.4.ebuild | 2 --
net-analyzer/wireshark/wireshark-9999.ebuild | 2 --
2 files changed, 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