summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-24 23:55:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-24 23:56:31 +0200
commit33a16d4dc3977050e55145235bb19ca4795bb36c (patch)
treee507855cef461235025120e18f86a5e452839cdd /eclass/kde5-functions.eclass
parentsci-misc/boinc: New version 7.9.3 and new xlocale patch (diff)
downloadgentoo-33a16d4dc3977050e55145235bb19ca4795bb36c.tar.gz
gentoo-33a16d4dc3977050e55145235bb19ca4795bb36c.tar.bz2
gentoo-33a16d4dc3977050e55145235bb19ca4795bb36c.zip
kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4
Closes: https://bugs.gentoo.org/654004
Diffstat (limited to 'eclass/kde5-functions.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 6031ed2f4ec1..f9b00431bcc0 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)