diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 12:10:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 12:37:32 +0100 |
commit | 8f496c9dd841a37af9b86192aaba54dbe7e252a2 (patch) | |
tree | f0da6acd6430017906a5a6fe54da61207c5eeceb /eclass/kde5-functions.eclass | |
parent | 713829916a136ef3e75c898acb1150efca029503 (diff) | |
download | gentoo-8f496c9dd841a37af9b86192aaba54dbe7e252a2.tar.gz gentoo-8f496c9dd841a37af9b86192aaba54dbe7e252a2.tar.xz |
kde5*.eclass: Add KDE Applications 17.12 support
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 055b5188afb..d60d9d55101 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,9 +38,15 @@ case ${CATEGORY} in ;; kde-plasma) if [[ ${KDE_BUILD_TYPE} = live ]]; then + : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=9999} fi ;; + kde-apps) + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then + : ${QT_MINIMAL:=5.9.1} + fi + ;; esac # @ECLASS-VARIABLE: QT_MINIMAL |