From a1f13618a3ef02b27d2ac2a821b23690d8261a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Thu, 5 Jun 2025 11:19:51 +0200 Subject: [PATCH] net-analyzer/wireshark: merge updates from 4.4.7 to 9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove dependency on dev-qt/qtdeclarative (thanks qa-vdb) - python-3.14 support Signed-off-by: Holger Hoffstätte Part-of: https://github.com/gentoo/gentoo/pull/42456 Closes: https://github.com/gentoo/gentoo/pull/42456 Signed-off-by: Sam James --- 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 a33e817d94e01..98a6689e546e3 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 )