commit: dcc788c03dc4e1747c40e6eb866b9fef426490d3
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:19:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dcc788c0
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.9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
b/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
index 7358ed9e..c84b2d27 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.9999.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
+}