diff --git a/net-libs/accounts-qml/accounts-qml-0.7_p20231028-r3.ebuild b/net-libs/accounts-qml/accounts-qml-0.7_p20231028-r3.ebuild index 5f6e1a3cac7c5..8d1833d2dd3b9 100644 --- a/net-libs/accounts-qml/accounts-qml-0.7_p20231028-r3.ebuild +++ b/net-libs/accounts-qml/accounts-qml-0.7_p20231028-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=9 inherit qmake-utils @@ -68,7 +68,7 @@ src_configure() { src_compile() { default if use doc; then - $(qt6_get_libdir)/qt6/bin/qdoc doc/accounts-qml-module.qdocconf || die + $(qt_get_broot_binary 6 qdoc) doc/accounts-qml-module.qdocconf || die fi }