diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 20:29:56 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 20:29:56 +0200 |
| commit | 0b7383b87a9e2d55e2cfa544e192401332d0cbc9 (patch) | |
| tree | fa71378a7511448ee7672fcb6e1cd43013481875 /eclass/kde5-functions.eclass | |
| parent | 1d7f867597c8f147d8300a9436ef367f301227cf (diff) | |
| download | kde-0b7383b87a9e2d55e2cfa544e192401332d0cbc9.tar.gz kde-0b7383b87a9e2d55e2cfa544e192401332d0cbc9.tar.bz2 kde-0b7383b87a9e2d55e2cfa544e192401332d0cbc9.zip | |
kde5-functions.eclass: QT_MINIMAL=5.11.1 is default for kde-plasma/*
KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already,
only 5.12 LTS can build with old Qt.
Diffstat (limited to 'eclass/kde5-functions.eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 118011b5242..37fbdae2387 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,11 +38,11 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1} + [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.11.1} fi + : ${QT_MINIMAL:=5.11.1} ;; kde-apps) if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then |
