commit: 33a16d4dc3977050e55145235bb19ca4795bb36c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 21:55:11 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Apr 24 21:56:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a16d4d
kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4 Closes: https://bugs.gentoo.org/654004 eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 6031ed2f4ec..f9b00431bcc 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -34,6 +34,7 @@ export KDE_BUILD_TYPE case ${CATEGORY} in kde-frameworks) + [[ ${PV} = 5.45* ]] && : ${QT_MINIMAL:=5.9.4} [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma)