commit:     05576853aa4708c8a8ce24318eb331714944a582
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 14:48:12 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 08:02:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05576853

kde5.eclass: Raise frameworks minimal for KDE Apps 16.12

Thanks-to: Arfrever on irc @ #gentoo-kde

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index b5ea65a..a8915d4 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -163,7 +163,7 @@ case ${KDE_AUTODEPS} in
                if [[ ${CATEGORY} = kde-apps ]]; then
                        local vcr2=$((10#$(get_version_component_range 2)))
                        if ! [[ $(get_version_component_range 1) -le 16 && 
${vcr2} -lt 9 ]]; then
-                               FRAMEWORKS_MINIMAL=5.27.0
+                               FRAMEWORKS_MINIMAL=5.28.0
                        fi
                        unset vcr2
                fi

Reply via email to