commit:     335a7437d389c50a55ef1025a38803b1e85bbba1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:08:55 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=335a7437

dev-qt/qtlocation: Drop src_configure() quirk, fixes InternalEclassUsage

Moved into qt5-build.eclass.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild
index 44fe4356..a560ac92 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild
@@ -38,12 +38,3 @@ QT5_TARGET_SUBDIRS=(
        src/imports/locationlabs
        src/plugins/geoservices
 )
-
-src_configure() {
-       # src/plugins/geoservices requires files that are only generated when
-       # qmake is run in the root directory. Bug 633776.
-       mkdir -p "${QT5_BUILD_DIR}"/src/location || die
-       qt5_qmake "${QT5_BUILD_DIR}"
-       cp "${S}"/src/location/qtlocation-config.pri 
"${QT5_BUILD_DIR}"/src/location || die
-       qt5-build_src_configure
-}

Reply via email to