diff options
author | Johannes Huber <johu@gentoo.org> | 2017-09-10 14:14:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-13 21:30:35 +0200 |
commit | b275c4c384fcc9372cf17b6e5dd674720a24e54a (patch) | |
tree | 563be9f5944b8972e1db4c2e33b437de62c168f9 /eclass | |
parent | kde-frameworks/extra-cmake-modules: Drop 5.34.0 (diff) | |
download | gentoo-b275c4c384fcc9372cf17b6e5dd674720a24e54a.tar.gz gentoo-b275c4c384fcc9372cf17b6e5dd674720a24e54a.tar.bz2 gentoo-b275c4c384fcc9372cf17b6e5dd674720a24e54a.zip |
kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 5b1115f08999..4fff30c995b8 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -33,17 +33,13 @@ export KDE_BUILD_TYPE case ${CATEGORY} in kde-frameworks) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - [[ ${KDE_BUILD_TYPE} = live || $(get_version_component_range 2) -ge 37 ]] \ - && : ${QT_MINIMAL:=5.7.1} ;; kde-plasma) - : ${QT_MINIMAL:=5.7.1} if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${FRAMEWORKS_MINIMAL:=9999} fi ;; kde-apps) - : ${QT_MINIMAL:=5.7.1} [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} ;; esac @@ -51,7 +47,7 @@ esac # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.6.1} +: ${QT_MINIMAL:=5.7.1} # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: |