summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-19 17:19:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-19 17:19:03 +0200
commit79830032e9739f9f7f5e82d02bf87eb6eb61ebbb (patch)
tree31f6139e397a60d7d469d97f27377bd9d2c826cb /net-libs/accounts-qml
parentkde-frameworks/bluez-qt: Drop obsolete udev bits (diff)
downloadgentoo-79830032e9739f9f7f5e82d02bf87eb6eb61ebbb.tar.gz
gentoo-79830032e9739f9f7f5e82d02bf87eb6eb61ebbb.tar.bz2
gentoo-79830032e9739f9f7f5e82d02bf87eb6eb61ebbb.zip
net-libs/accounts-qml: Fix build w/ USE=doc
Closes: https://bugs.gentoo.org/934547 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/accounts-qml')
-rw-r--r--net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild b/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild
index 7df58aee3efa..2f9d7038ccc5 100644
--- a/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild
+++ b/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild
@@ -109,7 +109,7 @@ src_compile() {
if use doc; then
local qtanybindir
if has_version "dev-qt/qttools:6[qdoc]"; then
- qtanybindir="$(qt6_get_libdir)"
+ qtanybindir="$(qt6_get_libdir)/qt6/bin/"
elif has_version "dev-qt/qdoc:5"; then
qtanybindir="$(qt5_get_bindir)"
else
@@ -126,6 +126,6 @@ src_install() {
local QT_QPA_PLATFORM=offscreen
multibuild_foreach_variant my_src_install
- use doc && local HTML_DOCS=( doc/html )
+ use doc && local HTML_DOCS=( doc )
einstalldocs
}