diff options
author | Sam James <sam@gentoo.org> | 2022-10-10 17:11:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-10 17:18:46 +0100 |
commit | 9774304300267d61722e6f74a32ff3824d4f7c57 (patch) | |
tree | 168a112cad2be83ef15993d7f5fd1977d1c389d6 /net-analyzer | |
parent | net-analyzer/wireshark: Drop USE=plugin-ifdemo (which needs Qt 6) (diff) | |
download | gentoo-9774304300267d61722e6f74a32ff3824d4f7c57.tar.gz gentoo-9774304300267d61722e6f74a32ff3824d4f7c57.tar.bz2 gentoo-9774304300267d61722e6f74a32ff3824d4f7c57.zip |
net-analyzer/wireshark: add missing Qt deps
Closes: https://bugs.gentoo.org/876265
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.0-r1.ebuild (renamed from net-analyzer/wireshark/wireshark-4.0.0.ebuild) | 10 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 8 |
2 files changed, 15 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.0.ebuild b/net-analyzer/wireshark/wireshark-4.0.0-r1.ebuild index 34d454166c63..96b63b7190c2 100644 --- a/net-analyzer/wireshark/wireshark-4.0.0.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.0-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" media-libs/speexdsp bcg729? ( media-libs/bcg729 ) brotli? ( app-arch/brotli:= ) - ciscodump? ( >=net-libs/libssh-0.6 ) + ciscodump? ( >=net-libs/libssh-0.6:= ) filecaps? ( sys-libs/libcap ) http2? ( >=net-libs/nghttp2-1.11.0:= ) ilbc? ( media-libs/libilbc:= ) @@ -70,6 +70,7 @@ RDEPEND=" ) !qt6? ( dev-qt/qtcore:5 + dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 @@ -116,7 +117,12 @@ BDEPEND=" " RDEPEND=" ${RDEPEND} - gui? ( virtual/freedesktop-icon-theme ) + gui? ( + virtual/freedesktop-icon-theme + !qt6? ( + dev-qt/qtdeclarative:5 + ) + ) selinux? ( sec-policy/selinux-wireshark ) " diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 34d454166c63..bf6499163094 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -70,6 +70,7 @@ RDEPEND=" ) !qt6? ( dev-qt/qtcore:5 + dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 @@ -116,7 +117,12 @@ BDEPEND=" " RDEPEND=" ${RDEPEND} - gui? ( virtual/freedesktop-icon-theme ) + gui? ( + virtual/freedesktop-icon-theme + !qt6? ( + dev-qt/qtdeclarative:5 + ) + ) selinux? ( sec-policy/selinux-wireshark ) " |