kde5-functions.eclass: Drop obsolete KDE Plasma 5.15.5 min deps
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 Oct 2019 09:08:44 +0000 (11:08 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 Oct 2019 09:23:42 +0000 (11:23 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index 1e3685d6739433163ea30837b887e18233b946b9..1ce5a0446135aff948b54bd208d38b1e74b9fc76 100644 (file)
@@ -37,10 +37,6 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
-               if [[ ${PV} = 5.15.5 ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=5.57.0}
-                       : ${QT_MINIMAL:=5.11.1}
-               fi
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
 esac