summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-14 03:59:50 +0100
committerSam James <sam@gentoo.org>2021-08-14 04:48:16 +0100
commit98e247492a43097253daea6c652ee7e6e6e9e20e (patch)
tree10eba4e2e80a5dbdba70c8483ec83d98d6b30daf /net-analyzer
parentmedia-sound/sox: add sys-apps/file dep for libmagic (diff)
downloadgentoo-98e247492a43097253daea6c652ee7e6e6e9e20e.tar.gz
gentoo-98e247492a43097253daea6c652ee7e6e6e9e20e.tar.bz2
gentoo-98e247492a43097253daea6c652ee7e6e6e9e20e.zip
net-analyzer/wireshark: add missing subslot dependencies
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild (renamed from net-analyzer/wireshark/wireshark-3.4.7.ebuild)6
1 files 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
index 234f78724444..0f1c44767c2f 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