summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-01 15:15:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 17:24:51 +0100
commit1e2a8debf79263b0af3241c78478161affe1f875 (patch)
treedc42c00469bf3956e4c6e2a244aed97163434f7a /eclass
parentkde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection (diff)
downloadgentoo-1e2a8debf79263b0af3241c78478161affe1f875.tar.gz
gentoo-1e2a8debf79263b0af3241c78478161affe1f875.tar.bz2
gentoo-1e2a8debf79263b0af3241c78478161affe1f875.zip
kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5-functions.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 4a62e5210acc..b8c52efa9f35 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -41,6 +41,7 @@ case ${CATEGORY} in
[[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
+ : ${QT_MINIMAL:=5.12.1}
fi
;;
esac