mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user