commit:     ee469d3e0ab8e52e2c4c2521d45802e6a1e75915
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 12:50:13 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 12:55:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee469d3e

kde5-functions.eclass: Drop obsolete 5.10.95 min version handling

 eclass/kde5-functions.eclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index eaaeac6bb3..42c54019df 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -40,7 +40,6 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
-               [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
                [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
                if [[ ${PV} = 5.12* ]]; then
                        : ${QT_MINIMAL:=5.9.1}

Reply via email to