commit: 0d701084f7babd5f3c477548c4a71e5cdf697fc4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 18:35:35 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 18:51:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d701084
kde5-functions.eclass: Fix FRAMEWORKS_MINIMAL for kde-apps-18.03.x
eclass/kde5-functions.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index edfe2142cb..1dfb1817cb 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,10 +45,10 @@ case ${CATEGORY} in
fi
;;
kde-apps)
- if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
+ if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.44.0}
fi
- if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then
+ if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} = 18*
]]; then
: ${QT_MINIMAL:=5.9.1}
fi
;;