commit: 68bb06f41bab31209c8a04cd249e58eef937aac8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:07:31 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 15:53:37 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=68bb06f4
dev-qt/qdoc: Drop src_configure() quirk, fixes InternalEclassUsage
Moved into qt5-build.eclass.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qdoc/qdoc-5.15.10.9999.ebuild | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
b/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
index e3b27024..7358ed9e 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild
@@ -32,12 +32,3 @@ src_prepare() {
qt5-build_src_prepare
}
-
-src_configure() {
- # qt5_tools_configure() not enough here, needs another fix, bug 676948
- mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
- qt5_qmake "${QT5_BUILD_DIR}"
- cp src/qdoc/qtqdoc-config.pri "${QT5_BUILD_DIR}"/src/qdoc || die
-
- qt5-build_src_configure
-}