aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-19 17:18:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-19 17:18:12 +0200
commit11212a988d078f8a77eb8ea481bfa341b8e211ca (patch)
tree78953c8d550ebb1a376c10015f1c3416fb4e8e17 /net-libs
parentkde-frameworks/bluez-qt: Drop obsolete udev bits (diff)
downloadkde-11212a988d078f8a77eb8ea481bfa341b8e211ca.tar.gz
kde-11212a988d078f8a77eb8ea481bfa341b8e211ca.tar.bz2
kde-11212a988d078f8a77eb8ea481bfa341b8e211ca.zip
net-libs/accounts-qml: Fix build w/ USE=doc
Bug: https://bugs.gentoo.org/934547 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/accounts-qml/accounts-qml-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/accounts-qml/accounts-qml-9999.ebuild b/net-libs/accounts-qml/accounts-qml-9999.ebuild
index 7b40f67112..4412dd400a 100644
--- a/net-libs/accounts-qml/accounts-qml-9999.ebuild
+++ b/net-libs/accounts-qml/accounts-qml-9999.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
@@ -125,6 +125,6 @@ src_install() {
}
multibuild_foreach_variant my_src_install
- use doc && local HTML_DOCS=( doc/html )
+ use doc && local HTML_DOCS=( doc )
einstalldocs
}