From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A95871394BF for ; Sat, 14 Aug 2021 03:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D70EBE0A93; Sat, 14 Aug 2021 03:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A89FE0A91 for ; Sat, 14 Aug 2021 03:48:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F85E342AE5 for ; Sat, 14 Aug 2021 03:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823C68D7 for ; Sat, 14 Aug 2021 03:48:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628912905.aa7ac6eeae88f2cc06b9b889656526a77be1871c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa7ac6eeae88f2cc06b9b889656526a77be1871c X-VCS-Branch: master Date: Sat, 14 Aug 2021 03:48:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d584349-b7d7-4c6a-89cc-c8e9ab855ad6 X-Archives-Hash: 7da2a1308ffb67a595ace1d766ab4744 commit: aa7ac6eeae88f2cc06b9b889656526a77be1871c Author: Sam James gentoo org> AuthorDate: Sat Aug 14 03:21:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 14 03:48:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7ac6ee fixup! net-analyzer/wireshark: add missing subslot dependencies Signed-off-by: Sam James gentoo.org> net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild | 10 +++++----- net-analyzer/wireshark/wireshark-9999.ebuild | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild b/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild index 0f1c44767c2..f0021c06774 100644 --- a/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild @@ -33,18 +33,18 @@ CDEPEND=" acct-group/pcap >=dev-libs/glib-2.32:2 >=net-dns/c-ares-1.5:= - dev-libs/libgcrypt:0:= + dev-libs/libgcrypt:= bcg729? ( media-libs/bcg729 ) - brotli? ( app-arch/brotli ) + brotli? ( app-arch/brotli:= ) ciscodump? ( >=net-libs/libssh-0.6 ) filecaps? ( sys-libs/libcap ) - http2? ( net-libs/nghttp2 ) + http2? ( net-libs/nghttp2:= ) ilbc? ( media-libs/libilbc ) kerberos? ( virtual/krb5 ) libxml2? ( dev-libs/libxml2 ) lua? ( ${LUA_DEPS} ) - lz4? ( app-arch/lz4 ) - maxminddb? ( dev-libs/libmaxminddb ) + lz4? ( app-arch/lz4:= ) + maxminddb? ( dev-libs/libmaxminddb:= ) minizip? ( sys-libs/zlib[minizip] ) netlink? ( dev-libs/libnl:3 ) opus? ( media-libs/opus ) diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 7fd9e324e1a..fcfa50a0391 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -32,19 +32,19 @@ 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:= bcg729? ( media-libs/bcg729 ) - brotli? ( app-arch/brotli ) + brotli? ( app-arch/brotli:= ) ciscodump? ( >=net-libs/libssh-0.6 ) filecaps? ( sys-libs/libcap ) - http2? ( net-libs/nghttp2 ) + http2? ( net-libs/nghttp2:= ) ilbc? ( media-libs/libilbc ) kerberos? ( virtual/krb5 ) libxml2? ( dev-libs/libxml2 ) lua? ( ${LUA_DEPS} ) - lz4? ( app-arch/lz4 ) - maxminddb? ( dev-libs/libmaxminddb ) + lz4? ( app-arch/lz4:= ) + maxminddb? ( dev-libs/libmaxminddb:= ) minizip? ( sys-libs/zlib[minizip] ) netlink? ( dev-libs/libnl:3 ) opus? ( media-libs/opus )