summaryrefslogtreecommitdiff
path: root/eclass/kde5-functions.eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-23 19:35:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-23 19:51:04 +0100
commit0d701084f7babd5f3c477548c4a71e5cdf697fc4 (patch)
treea82ade20208294193895c43343a5a7a1fe771cb3 /eclass/kde5-functions.eclass
parent2ad23170fbbc52eb34c8cb449ba73a4fb502dee9 (diff)
downloadkde-0d701084f7babd5f3c477548c4a71e5cdf697fc4.tar.gz
kde-0d701084f7babd5f3c477548c4a71e5cdf697fc4.tar.bz2
kde-0d701084f7babd5f3c477548c4a71e5cdf697fc4.zip
kde5-functions.eclass: Fix FRAMEWORKS_MINIMAL for kde-apps-18.03.x
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r--eclass/kde5-functions.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index edfe2142cb9..1dfb1817cb1 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
;;