net-libs/accounts-qml: Use and qt_get_broot_binary for Qt6 binary path

EAPI-9 bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-07 23:48:57 +02:00
parent 1f18ee3200
commit d9bcaee24f

View File

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