commit: a1f13618a3ef02b27d2ac2a821b23690d8261a00 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Thu Jun 5 09:19:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <holger <AT> 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 <AT> 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 )
