commit:     df6c57d6db5ce7df98502d260feb652adf2fc792
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 17:27:10 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:35:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6c57d6

kde5-functions.eclass: Raise KDE_APPS_MINIMAL to 18.04.3

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

 eclass/kde5-functions.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 245d2e27a2e..e921e30fa12 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -43,6 +43,7 @@ case ${CATEGORY} in
                fi
                if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then
                        : ${FRAMEWORKS_MINIMAL:=5.46.0}
+                       : ${KDE_APPS_MINIMAL:=17.12.3}
                        : ${QT_MINIMAL:=5.9.4}
                fi
                if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
@@ -73,7 +74,7 @@ esac
 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
-: ${KDE_APPS_MINIMAL:=17.12.3}
+: ${KDE_APPS_MINIMAL:=18.04.3}
 
 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
 # @DEFAULT_UNSET

Reply via email to