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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 638CB158020 for ; Sat, 24 Dec 2022 07:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF5BE08CD; Sat, 24 Dec 2022 07:03:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BE78E08CD for ; Sat, 24 Dec 2022 07:03:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F5D340E64 for ; Sat, 24 Dec 2022 07:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8777FD for ; Sat, 24 Dec 2022 07:03:13 +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: <1671865317.9ff877dc85d181af884fc268e8859189b909cc25.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.6.10.ebuild net-analyzer/wireshark/wireshark-3.6.9.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ff877dc85d181af884fc268e8859189b909cc25 X-VCS-Branch: master Date: Sat, 24 Dec 2022 07:03:13 +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: 4c6612c1-faaf-49e6-b367-a3cc65b2d8b3 X-Archives-Hash: 8250bdf51c278ab6cc683fc23c7a8752 commit: 9ff877dc85d181af884fc268e8859189b909cc25 Author: hololeap users noreply github com> AuthorDate: Mon Dec 12 23:41:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 07:01:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff877dc 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 gentoo.org> net-analyzer/wireshark/wireshark-3.6.10.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.6.9.ebuild | 2 +- 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 )"