projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a954c78
)
kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4
author
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 24 Apr 2018 21:55:11 +0000
(23:55 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 24 Apr 2018 21:56:31 +0000
(23:56 +0200)
Closes: https://bugs.gentoo.org/654004
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 6031ed2f4ec1c6afc2b7cc2b32a8db22c92c86bb..f9b00431bcc062ea51d818894d8356cc5e8da627 100644
(file)
--- a/
eclass/kde5-functions.eclass
+++ b/
eclass/kde5-functions.eclass
@@
-34,6
+34,7
@@
export KDE_BUILD_TYPE
case ${CATEGORY} in
kde-frameworks)
+ [[ ${PV} = 5.45* ]] && : ${QT_MINIMAL:=5.9.4}
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)