summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-14 11:43:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 15:39:06 +0100
commitd41718e304c13f90aafa5f58dd3d6aa3d00046b7 (patch)
treee131dd87ebd284e1e333fabfd739e7d17de0fc9c /eclass
parentdev-python/whoosh: Specify UTF-8 encoding for tests (diff)
downloadgentoo-d41718e304c13f90aafa5f58dd3d6aa3d00046b7.tar.gz
gentoo-d41718e304c13f90aafa5f58dd3d6aa3d00046b7.tar.bz2
gentoo-d41718e304c13f90aafa5f58dd3d6aa3d00046b7.zip
kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1
Gentoo-bug: 605646
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5-functions.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 1724a6910b24..31597be85972 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,8 @@ case ${CATEGORY} in
if [[ $(get_version_component_range 2) -eq 8 && $(get_version_component_range 3) -lt 50 ]]; then
: ${FRAMEWORKS_MINIMAL:=5.26.0} # special 5.8 LTS rule to not get overwritten below
elif ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then
- : ${FRAMEWORKS_MINIMAL:=5.28.0}
+ : ${QT_MINIMAL:=5.7.1}
+ : ${FRAMEWORKS_MINIMAL:=5.29.0}
fi
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;