commit: c08d557bdc225779d4ec3f7c87999342b616f447
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 11:25:59 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 11:25:59 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c08d557b
kde5-functions.eclass: Simplify kde-plasma QT_MINIMAL setup
eclass/kde5-functions.eclass | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 34cf9935b1..2ac6526adc 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -35,12 +35,9 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
- if [[ $(get_version_component_range 2) -ge 9 ]]; then
- : ${QT_MINIMAL:=5.7.1}
- fi
+ : ${QT_MINIMAL:=5.7.1}
if [[ ${KDE_BUILD_TYPE} = live && $(get_version_component_range
2) -ne 8 ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
- : ${QT_MINIMAL:=5.7.1}
fi
;;
kde-apps)