summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 22:55:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 23:18:22 +0200
commit09b5e775c478e4f669dcf7699f21a2f7000dda18 (patch)
tree8f98f0f5a77b2cc80ca224aa0ee4d005f7709a6b /dev-qt/qdoc
parentqt5-build.eclass: Rename qt5_tools_oos_quirk -> qt5_configure_oos_quirk (diff)
downloadgentoo-09b5e775c478e4f669dcf7699f21a2f7000dda18.tar.gz
gentoo-09b5e775c478e4f669dcf7699f21a2f7000dda18.tar.bz2
gentoo-09b5e775c478e4f669dcf7699f21a2f7000dda18.zip
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@gentoo.org>
Diffstat (limited to 'dev-qt/qdoc')
-rw-r--r--dev-qt/qdoc/qdoc-5.15.10.ebuild6
1 files changed, 6 insertions, 0 deletions
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
+}