From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 30DDC15807A for ; Thu, 05 Jun 2025 16:06:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 19E8D3430F9 for ; Thu, 05 Jun 2025 16:06:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1236D1102BE; Thu, 05 Jun 2025 16:06:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 067B41102BE for ; Thu, 05 Jun 2025 16:06:45 +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 B244D34301F for ; Thu, 05 Jun 2025 16:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D6727C2 for ; Thu, 05 Jun 2025 16:06:44 +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: <1749139541.a1f13618a3ef02b27d2ac2a821b23690d8261a00.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-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1f13618a3ef02b27d2ac2a821b23690d8261a00 X-VCS-Branch: master Date: Thu, 05 Jun 2025 16:06:44 +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: 45df92cc-d615-4a36-8ddf-5fd743ee5382 X-Archives-Hash: 85f3806369e7a2c1fbb8d0acef25b7eb commit: a1f13618a3ef02b27d2ac2a821b23690d8261a00 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Thu Jun 5 09:19:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 5 16:05:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f13618 net-analyzer/wireshark: merge updates from 4.4.7 to 9999 - remove dependency on dev-qt/qtdeclarative (thanks qa-vdb) - python-3.14 support Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42456 Closes: https://github.com/gentoo/gentoo/pull/42456 Signed-off-by: Sam James gentoo.org> net-analyzer/wireshark/wireshark-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index a33e817d94e0..98a6689e546e 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{3..4} ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit fcaps lua-single python-any-r1 qmake-utils toolchain-funcs xdg cmake @@ -68,7 +68,6 @@ RDEPEND=" gui? ( dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qt5compat:6 - dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 x11-misc/xdg-utils )