diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 21:31:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 21:33:23 +0100 |
commit | 3048e0dfd82f99cccbcffc47accd76e338e04c3a (patch) | |
tree | 0b2fe603484af759b7da1fc3f7201d282b6e954f /eclass | |
parent | app-text/poppler: stable 0.62.0-r1 for ia64, bug #644456 (diff) | |
download | gentoo-3048e0dfd82f99cccbcffc47accd76e338e04c3a.tar.gz gentoo-3048e0dfd82f99cccbcffc47accd76e338e04c3a.tar.bz2 gentoo-3048e0dfd82f99cccbcffc47accd76e338e04c3a.zip |
kde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 3df54d517242..cd0151eb296a 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,6 +37,10 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) + if [[ ${PV} = 5.12* ]]; then + : ${QT_MINIMAL:=5.9.1} + : ${FRAMEWORKS_MINIMAL:=5.42.0} + fi if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=9999} |