commit: 25b5386ef8320ffab5eb15b4621739551a32d383
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 5 12:11:24 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 5 18:23:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=25b5386e
dev-qt/linguist-tools: Rely on qt5_tools_configure() here too
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
b/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
index e243dffd..acaacadf 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
@@ -34,13 +34,3 @@ src_prepare() {
qt5-build_src_prepare
}
-
-src_configure() {
- # Most of qttools require files that are only generated when qmake is
- # run in the root directory.
- # Related bugs: 633776, 676948, and 716514.
- mkdir -p "${QT5_BUILD_DIR}" || die
- qt5_qmake "${QT_BUILD_DIR}"
- cp "${S}"/qttools-config.pri "${QT5_BUILD_DIR}" || die
- qt5-build_src_configure
-}