diff options
author | Sam James <sam@gentoo.org> | 2021-08-14 05:10:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-14 05:10:47 +0100 |
commit | 871363bb0b65513ed306134f5fd3da66ece9ff87 (patch) | |
tree | 2ce955ea2471be46fb6151f6ff05ef323ee337c9 /net-analyzer | |
parent | sys-kernel/mips-sources: Add 'symlink' to IUSE (diff) | |
download | gentoo-871363bb0b65513ed306134f5fd3da66ece9ff87.tar.gz gentoo-871363bb0b65513ed306134f5fd3da66ece9ff87.tar.bz2 gentoo-871363bb0b65513ed306134f5fd3da66ece9ff87.zip |
net-analyzer/wireshark: add additional missing subslot operator on zstd
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index fcfa50a03911..9b37d156c114 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -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 |