mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
kde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user