summaryrefslogtreecommitdiff
path: root/eclass/kde5-functions.eclass
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-10-08 10:51:11 +0200
committerJohannes Huber <johu@gentoo.org>2017-10-08 10:51:11 +0200
commit5d0b8bc2b88c46021a6f86c5270142cfad07e694 (patch)
tree6fde7ce9a0f0975c062cc517f73ffe93112d7a74 /eclass/kde5-functions.eclass
parentf5e58464cdf4b64f102da706c236ad276b2740ff (diff)
downloadkde-5d0b8bc2b88c46021a6f86c5270142cfad07e694.tar.gz
kde-5d0b8bc2b88c46021a6f86c5270142cfad07e694.tar.bz2
kde-5d0b8bc2b88c46021a6f86c5270142cfad07e694.zip
kde5-functions.eclass: Lower QT_MINIMAL to 5.9.1
dev-qt/qtwebkit missing a release in 5.9.2.
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r--eclass/kde5-functions.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 7a52044de86..eaaeac6bb31 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -43,17 +43,17 @@ case ${CATEGORY} in
[[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
[[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
if [[ ${PV} = 5.12* ]]; then
- : ${QT_MINIMAL:=5.9.2}
+ : ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=5.38.0}
fi
if [[ ${KDE_BUILD_TYPE} = live ]]; then
- : ${QT_MINIMAL:=5.9.2}
+ : ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=9999}
fi
;;
kde-apps)
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then
- : ${QT_MINIMAL:=5.9.2}
+ : ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=5.38.0}
fi
;;