Skip to content

Commit

Permalink
kde5-functions.eclass: Update KDE Applications min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
a17r committed Jun 10, 2018
1 parent 234fb68 commit 66cd226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ case ${CATEGORY} in
;;
kde-apps)
[[ ${PV} = 17.12.3* ]] && : ${QT_MINIMAL:=5.9.1}
[[ ${PV} = 18.04.2* ]] && : ${FRAMEWORKS_MINIMAL:=5.44.0}
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.44.0}
: ${FRAMEWORKS_MINIMAL:=5.46.0}
fi
;;
esac
Expand Down

0 comments on commit 66cd226

Please sign in to comment.