projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82369c
)
kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 for Plasma live
author
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 7 Feb 2017 22:31:23 +0000
(23:31 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 11 Feb 2017 11:25:29 +0000
(12:25 +0100)
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 06a7bf617fe1f3a2fbfab3f8f91c8e729deb3264..ad3a4488d95db6000178d481d809ff4a33d084fa 100644
(file)
--- 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