diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-01 15:15:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:51 +0100 |
commit | 1e2a8debf79263b0af3241c78478161affe1f875 (patch) | |
tree | dc42c00469bf3956e4c6e2a244aed97163434f7a /eclass | |
parent | kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection (diff) | |
download | gentoo-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.eclass | 1 |
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 |