commit: 876839ab8f9bd7a4b1f6bf35810e144e2704457d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 4 18:09:10 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 18:14:40 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=876839ab
kde5-functions.eclass: KDE_FRAMEWORKS=5.49 is default for kde-apps/*
KDE Applications 18.08 have this as minimum dependency already,
only 18.04.3 can build with old Frameworks.
eclass/kde5-functions.eclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 37fbdae238..a56fed8a47 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,9 +45,8 @@ case ${CATEGORY} in
: ${QT_MINIMAL:=5.11.1}
;;
kde-apps)
- if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then
- : ${FRAMEWORKS_MINIMAL:=5.49.0}
- fi
+ [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0}
+ : ${FRAMEWORKS_MINIMAL:=5.49.0}
;;
esac