summaryrefslogtreecommitdiff
path: root/eclass/kde5-functions.eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 21:33:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 21:34:48 +0100
commit165a00f1cb9b3a9389053e69e42055cde3d839ac (patch)
tree207ff7ad7bf33a233b7fa0754947ada2e63cf424 /eclass/kde5-functions.eclass
parentcc3fcfc2708c0d2176094113bc91c5f6f70ba869 (diff)
downloadkde-165a00f1cb9b3a9389053e69e42055cde3d839ac.tar.gz
kde-165a00f1cb9b3a9389053e69e42055cde3d839ac.tar.bz2
kde-165a00f1cb9b3a9389053e69e42055cde3d839ac.zip
kde5-functions.eclass: Drop obsolete Plasma 5.11.95 min deps
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r--eclass/kde5-functions.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 8b71dfc7c71..cd0151eb296 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -37,7 +37,7 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
- if [[ ${PV} = 5.12* || ${PV} = 5.11.95 ]]; then
+ if [[ ${PV} = 5.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=5.42.0}
fi