diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 19:53:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 19:53:01 +0100 |
commit | bf68390c55a551fe9127a576613ab94d1c5b109f (patch) | |
tree | b6510e34c417f9f0ee5df061314e03615b7fb70b /dev-qt/qtlocation | |
parent | 8e65dc38bc7bbfa462d7b229799e08666bcd6c70 (diff) |
dev-qt : use our frozen eclass to build
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.1-r1337.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.1-r1337.ebuild b/dev-qt/qtlocation/qtlocation-5.11.1-r1337.ebuild index f791b5b3..3a58aafc 100644 --- a/dev-qt/qtlocation/qtlocation-5.11.1-r1337.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.11.1-r1337.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit qt5-build +inherit qt5-build-r10000 DESCRIPTION="The Location module for the Qt5 framework" @@ -40,5 +40,5 @@ src_configure() { # qmake is run in the root directory. Bug 633776. mkdir -p "${QT5_BUILD_DIR}" || die qt5_qmake "${QT_BUILD_DIR}" - qt5-build_src_configure + qt5-build-r10000_src_configure } |