diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 19:14:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 20:35:09 +0200 |
commit | a435b84e9f90cf1e583aa0fe0ab0af6baef649cd (patch) | |
tree | 7d868d25af9e7639b88375cafbd1dc97d3c585b3 | |
parent | kde-frameworks: Drop 5.46.0 (diff) | |
download | gentoo-a435b84e9f90cf1e583aa0fe0ab0af6baef649cd.tar.gz gentoo-a435b84e9f90cf1e583aa0fe0ab0af6baef649cd.tar.bz2 gentoo-a435b84e9f90cf1e583aa0fe0ab0af6baef649cd.zip |
kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.50.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | eclass/kde5-functions.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 33c3a24408a7..245d2e27a2ef 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -41,7 +41,10 @@ case ${CATEGORY} in : ${FRAMEWORKS_MINIMAL:=5.43.0} : ${QT_MINIMAL:=5.9.1} fi - [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4} + if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then + : ${FRAMEWORKS_MINIMAL:=5.46.0} + : ${QT_MINIMAL:=5.9.4} + fi if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} fi @@ -49,7 +52,6 @@ case ${CATEGORY} in ;; kde-apps) [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0} - : ${FRAMEWORKS_MINIMAL:=5.50.0} ;; esac @@ -61,7 +63,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimum version of Frameworks to require. This affects add_frameworks_dep. -: ${FRAMEWORKS_MINIMAL:=5.46.0} +: ${FRAMEWORKS_MINIMAL:=5.50.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: |