projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c74c78
)
kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1
author
Johannes Huber
<johu@gentoo.org>
Sat, 14 Jan 2017 10:43:48 +0000
(11:43 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Feb 2017 14:39:06 +0000
(15:39 +0100)
Gentoo-bug: 605646
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 1724a6910b247a4cefe4c0ce373f5af4c172df27..31597be859727719dc7a6e547222e893349d8229 100644
(file)
--- 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}
;;