summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-04-20 17:34:56 +0200
committerJohannes Huber <johu@gentoo.org>2017-04-20 18:22:39 +0200
commit6a042ca93acfe1ac0ff94b5da9e13566d86b55d2 (patch)
treecb4104a878e17f4d4557e5ca6252eac3c3554f41 /eclass/kde5-functions.eclass
parentdev-python/traits: removed syntax conversion for tests (diff)
downloadgentoo-6a042ca93acfe1ac0ff94b5da9e13566d86b55d2.tar.gz
gentoo-6a042ca93acfe1ac0ff94b5da9e13566d86b55d2.tar.bz2
gentoo-6a042ca93acfe1ac0ff94b5da9e13566d86b55d2.zip
kde5*eclass: KDE Applications 17.04.0 improvements
Sync with kde overlay.
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r--eclass/kde5-functions.eclass10
1 files changed, 9 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index c4e2ad774bf2..ba4abbd44905 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: kde5-functions.eclass
@@ -43,6 +43,14 @@ case ${CATEGORY} in
: ${QT_MINIMAL:=5.7.1}
fi
;;
+ kde-apps)
+ if [[ $(get_version_component_range 1) -ge 17 ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.32.0}
+ fi
+ if [[ ${KDE_BUILD_TYPE} = live ]]; then
+ : ${QT_MINIMAL:=5.7.1}
+ fi
+ ;;
esac
# @ECLASS-VARIABLE: QT_MINIMAL