diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 18:08:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-08 18:03:31 +0200 |
commit | 9975e11f64410c64ae78dfb33867455011379c5e (patch) | |
tree | cf98b4956cca25a49a9926ee4d01762a12f42c63 /dev-qt/qtlocation | |
parent | dev-qt/qdoc: Drop src_configure() quirk, fixes InternalEclassUsage (diff) | |
download | gentoo-9975e11f64410c64ae78dfb33867455011379c5e.tar.gz gentoo-9975e11f64410c64ae78dfb33867455011379c5e.tar.bz2 gentoo-9975e11f64410c64ae78dfb33867455011379c5e.zip |
dev-qt/qtlocation: Drop src_configure() quirk, fixes InternalEclassUsage
Moved into qt5-build.eclass.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild index 3aa44e99e850..b668a16694a3 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild @@ -49,12 +49,3 @@ src_prepare() { qt5-build_src_prepare } fi - -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 -} |