projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b48d1
)
kde5-functions.eclass: Fix KDE Plasma 5.13.5 QT_MINIMAL
author
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 16 Oct 2018 21:42:05 +0000
(23:42 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 16 Oct 2018 21:43:25 +0000
(23:43 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index e921e30fa12106a3bff6052e728350933c0b2e36..2551741637afa93c61b41c61ce341ad40d260857 100644
(file)
--- a/
eclass/kde5-functions.eclass
+++ b/
eclass/kde5-functions.eclass
@@
-41,11
+41,15
@@
case ${CATEGORY} in
: ${FRAMEWORKS_MINIMAL:=5.43.0}
: ${QT_MINIMAL:=5.9.1}
fi
- if [[ ${PV} = 5.12*
|| ${PV} = 5.13.5
]]; then
+ if [[ ${PV} = 5.12* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.46.0}
: ${KDE_APPS_MINIMAL:=17.12.3}
: ${QT_MINIMAL:=5.9.4}
fi
+ if [[ ${PV} = 5.13.5 ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.46.0}
+ : ${KDE_APPS_MINIMAL:=17.12.3}
+ fi
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
fi