diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-01 15:15:05 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-01 15:15:05 +0100 |
| commit | 7c516e7945fb36b6ca1a3678c76e854309c5096e (patch) | |
| tree | 39bbf13e90c90492fa8bf49bb602d2be57bf5d51 /eclass/kde5-functions.eclass | |
| parent | 3603015258476c34dde7d805abc9b5474fd6e4dd (diff) | |
| download | kde-7c516e7945fb36b6ca1a3678c76e854309c5096e.tar.gz kde-7c516e7945fb36b6ca1a3678c76e854309c5096e.tar.bz2 kde-7c516e7945fb36b6ca1a3678c76e854309c5096e.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/kde5-functions.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 4a62e5210ac..b8c52efa9f3 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 |
