diff options
author | 2023-06-18 18:07:31 +0200 | |
---|---|---|
committer | 2023-07-08 18:03:31 +0200 | |
commit | 831b4dab276c9bf376632336847364bc0c44ecdc (patch) | |
tree | 3d4e976d07f31005100b8d2c35e63ae0b5832d05 /dev-qt/qdoc | |
parent | qt5-build.eclass: Import out-of-source quirks from qdoc/qtlocation (diff) | |
download | gentoo-831b4dab276c9bf376632336847364bc0c44ecdc.tar.gz gentoo-831b4dab276c9bf376632336847364bc0c44ecdc.tar.bz2 gentoo-831b4dab276c9bf376632336847364bc0c44ecdc.zip |
dev-qt/qdoc: Drop src_configure() quirk, fixes InternalEclassUsage
Moved into qt5-build.eclass.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qdoc')
-rw-r--r-- | dev-qt/qdoc/qdoc-5.15.10.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-qt/qdoc/qdoc-5.15.10.ebuild b/dev-qt/qdoc/qdoc-5.15.10.ebuild index e3b270244340..7358ed9e1f7d 100644 --- a/dev-qt/qdoc/qdoc-5.15.10.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.10.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 -} |