From d9bcaee24f1a07ec5a57e4e3e0524774b1908c81 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Jul 2026 23:48:57 +0200 Subject: [PATCH] net-libs/accounts-qml: Use and qt_get_broot_binary for Qt6 binary path EAPI-9 bump Signed-off-by: Andreas Sturmlechner --- net-libs/accounts-qml/accounts-qml-0.7_p20231028-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }