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 <holger@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 <sam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2025-06-05 11:19:51 +02:00
committed by Sam James
parent 90992b183d
commit a1f13618a3

View File

@@ -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
)