diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 13:13:20 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 13:13:20 +0100 |
| commit | 1debd19eec34f515be260b716d2c943828fcd00e (patch) | |
| tree | c5f515a7ef53cc545db112b34e5c3b4dc900e6aa | |
| parent | 6188617274f7f301d0b3668583692ca75c6a91f1 (diff) | |
| download | kde-1debd19eec34f515be260b716d2c943828fcd00e.tar.gz kde-1debd19eec34f515be260b716d2c943828fcd00e.tar.bz2 kde-1debd19eec34f515be260b716d2c943828fcd00e.zip | |
kde5-functions.eclass: kde-apps-19.04 already depend on >=KF-5.56
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/kde5-functions.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index b8c52efa9f3..b30b528a919 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -44,6 +44,9 @@ case ${CATEGORY} in : ${QT_MINIMAL:=5.12.1} fi ;; + kde-apps) + [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=5.56.0} + ;; esac # @ECLASS-VARIABLE: QT_MINIMAL |
