summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2022-12-12 16:41:10 -0700
committerSam James <sam@gentoo.org>2022-12-24 07:01:57 +0000
commit9ff877dc85d181af884fc268e8859189b909cc25 (patch)
treed3c564d68318e6c0a7968eda5c6667279229f701 /net-analyzer/wireshark
parentnet-nntp/sabnzbd: add 3.7.1 (diff)
downloadgentoo-9ff877dc85d181af884fc268e8859189b909cc25.tar.gz
gentoo-9ff877dc85d181af884fc268e8859189b909cc25.tar.bz2
gentoo-9ff877dc85d181af884fc268e8859189b909cc25.zip
net-analyzer/wireshark: Update REQUIRED_USE on v3
plugin-ifdemo requires the qt5 USE flag or the package will fail on the configure stage (note this has not been tested on wireshark-4): CMake Error at plugins/epan/pluginifdemo/CMakeLists.txt:55 (target_link_libraries): Target "pluginifdemo" links to: Qt5::Multimedia but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. Closes: https://github.com/gentoo/gentoo/pull/28707 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r--net-analyzer/wireshark/wireshark-3.6.10.ebuild2
-rw-r--r--net-analyzer/wireshark/wireshark-3.6.9.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.6.10.ebuild b/net-analyzer/wireshark/wireshark-3.6.10.ebuild
index 9dc957fabde9..7e3a61ee7902 100644
--- a/net-analyzer/wireshark/wireshark-3.6.10.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.6.10.ebuild
@@ -30,7 +30,7 @@ IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump
IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
- plugin-ifdemo? ( plugins )"
+ plugin-ifdemo? ( plugins qt5 )"
RESTRICT="!test? ( test )"
diff --git a/net-analyzer/wireshark/wireshark-3.6.9.ebuild b/net-analyzer/wireshark/wireshark-3.6.9.ebuild
index d4345cd1e3bb..a6b3b00ce71e 100644
--- a/net-analyzer/wireshark/wireshark-3.6.9.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.6.9.ebuild
@@ -30,7 +30,7 @@ IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump
IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
- plugin-ifdemo? ( plugins )"
+ plugin-ifdemo? ( plugins qt5 )"
RESTRICT="!test? ( test )"