commit: 09b5e775c478e4f669dcf7699f21a2f7000dda18
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 20:55:05 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 21:18:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b5e775
dev-qt/qdoc: Move quirk back into local src_configure()
With qdoc being the only qttools module needing this.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qdoc/qdoc-5.15.10.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-qt/qdoc/qdoc-5.15.10.ebuild b/dev-qt/qdoc/qdoc-5.15.10.ebuild
index 7358ed9e1f7d..c84b2d272c02 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.ebuild
@@ -32,3 +32,9 @@ src_prepare() {
qt5-build_src_prepare
}
+
+src_configure() {
+ # qt5_tools_configure() not enough here, needs another fix, bug 676948
+ qt5_configure_oos_quirk qtqdoc-config.pri src/qdoc
+ qt5-build_src_configure
+}