public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/accounts-qml/
Date: Wed, 19 Jun 2024 15:19:32 +0000 (UTC)	[thread overview]
Message-ID: <1718810292.11212a988d078f8a77eb8ea481bfa341b8e211ca.asturm@gentoo> (raw)

commit:     11212a988d078f8a77eb8ea481bfa341b8e211ca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 15:18:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 15:18:12 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=11212a98

net-libs/accounts-qml: Fix build w/ USE=doc

Bug: https://bugs.gentoo.org/934547
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/accounts-qml/accounts-qml-9999.ebuild | 4 ++--
 1 file 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
 }


             reply	other threads:[~2024-06-19 15:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-19 15:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09 19:36 [gentoo-commits] proj/kde:master commit in: net-libs/accounts-qml/ Andreas Sturmlechner
2024-01-13 16:39 Sam James
2024-01-12 14:27 Sam James
2024-01-03 18:29 Andreas Sturmlechner
2023-12-21 16:16 Sam James
2023-12-17 12:04 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718810292.11212a988d078f8a77eb8ea481bfa341b8e211ca.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox