commit:     eef4e581b71cb7992072bd355d6d8f1be30a5b1d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 21:15:11 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 21:20:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef4e581

kde5-functions.eclass: Drop obsolete minimum version declarations

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kde5-functions.eclass | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 2b2455e249e..a1b930a3eba 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -36,7 +36,6 @@ export KDE_BUILD_TYPE
 case ${CATEGORY} in
        kde-frameworks)
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
-               [[ ${PV} = 5.57* ]] && : ${QT_MINIMAL:=5.11.1}
                ;;
        kde-plasma)
                if [[ ${PV} = 5.15.5 ]]; then
@@ -44,17 +43,8 @@ case ${CATEGORY} in
                        : ${QT_MINIMAL:=5.11.1}
                fi
                [[ ${PV} = 5.16.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0}
-               [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
-       kde-apps)
-               if [[ ${PV} = 18.12.3 ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=5.57.0}
-                       : ${PLASMA_MINIMAL:=5.14.5}
-                       : ${QT_MINIMAL:=5.11.1}
-               fi
-               [[ ${PV} = 19.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
-               ;;
 esac
 
 # @ECLASS-VARIABLE: QT_MINIMAL
@@ -65,7 +55,7 @@ esac
 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of Frameworks to require. This affects add_frameworks_dep.
-: ${FRAMEWORKS_MINIMAL:=5.57.0}
+: ${FRAMEWORKS_MINIMAL:=5.60.0}
 
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION:
@@ -75,7 +65,7 @@ esac
 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
-: ${KDE_APPS_MINIMAL:=18.12.3}
+: ${KDE_APPS_MINIMAL:=19.04.3}
 
 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
 # @DEFAULT_UNSET

Reply via email to