commit:     cfbd0e399fcd6ccd5c0af3f96b484ca1a5001bda
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 17:43:03 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 17:43:03 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cfbd0e39

kde5-functions.eclass: add_qt_dep qtwebkit exception

Upstream stopped at 5.9.1 and releases are going to be
independent from there on.

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index d531908079..fd118d5cce 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -280,7 +280,11 @@ add_qt_dep() {
        local slot=${4}
 
        if [[ -z ${version} ]]; then
-               version=${QT_MINIMAL}
+               if [[ ${1} = qtwebkit && ${QT_MINIMAL} = 5.9* ]]; then
+                       version=5.9.1 # no more upstream release, need bug 
#624404
+               else
+                       version=${QT_MINIMAL}
+               fi
        fi
        if [[ -z ${slot} ]]; then
                slot="5"

Reply via email to