commit: c931522156e9da891bbafdcdf37eaedb83f7b696
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 18:55:32 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 19:44:40 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9315221
kde5-functions.eclass: Raise Plasma-5.9 FRAMEWORKS_MINIMAL to 5.29
eclass/kde5-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 26e9811..1b6797c 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,7 @@ 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}
+ : ${FRAMEWORKS_MINIMAL:=5.29.0}
fi
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;