commit: 165a00f1cb9b3a9389053e69e42055cde3d839ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 20:33:57 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 20:34:48 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=165a00f1
kde5-functions.eclass: Drop obsolete Plasma 5.11.95 min deps
eclass/kde5-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 8b71dfc7c7..cd0151eb29 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