commit: 98e247492a43097253daea6c652ee7e6e6e9e20e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 14 02:59:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 03:48:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e24749
net-analyzer/wireshark: add missing subslot dependencies Signed-off-by: Sam James <sam <AT> gentoo.org> .../wireshark/{wireshark-3.4.7.ebuild => wireshark-3.4.7-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild b/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild similarity index 98% rename from net-analyzer/wireshark/wireshark-3.4.7.ebuild rename to net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild index 234f7872444..0f1c44767c2 100644 --- a/net-analyzer/wireshark/wireshark-3.4.7.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild @@ -32,8 +32,8 @@ IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd" CDEPEND=" acct-group/pcap >=dev-libs/glib-2.32:2 - >=net-dns/c-ares-1.5 - dev-libs/libgcrypt:0 + >=net-dns/c-ares-1.5:= + dev-libs/libgcrypt:0:= bcg729? ( media-libs/bcg729 ) brotli? ( app-arch/brotli ) ciscodump? ( >=net-libs/libssh-0.6 ) @@ -65,7 +65,7 @@ CDEPEND=" sshdump? ( >=net-libs/libssh-0.6 ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) - zstd? ( app-arch/zstd ) + zstd? ( app-arch/zstd:= ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122