diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-07 23:31:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-11 12:25:29 +0100 |
commit | 3e1bda24c2bdd85106308259bc1baa0fb798eeb6 (patch) | |
tree | d8b6a448056162defa29fa2ad13885f075fc2b79 /eclass/kde5-functions.eclass | |
parent | dev-ros/visp_tracker: remove old. (diff) | |
download | gentoo-3e1bda24c2bdd85106308259bc1baa0fb798eeb6.tar.gz gentoo-3e1bda24c2bdd85106308259bc1baa0fb798eeb6.tar.bz2 gentoo-3e1bda24c2bdd85106308259bc1baa0fb798eeb6.zip |
kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 for Plasma live
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 06a7bf617fe1..ad3a4488d95d 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,7 +39,10 @@ case ${CATEGORY} in if ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then : ${QT_MINIMAL:=5.7.1} fi - [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} + if [[ ${KDE_BUILD_TYPE} = live ]]; then + : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.7.1} + fi ;; esac |