commit:     992576f88442769c317fe79610f60e55ebdb1f2e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 20:49:25 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 12:59:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992576f8

kde5-functions.eclass: add_qt_dep: Drop obsolete qtwebkit ver check

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

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 28446ed82f1..8098020c5f2 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -264,8 +264,8 @@ add_qt_dep() {
        local slot=${4}
 
        if [[ -z ${version} ]]; then
-               if [[ ${1} = qtwebkit && $(ver_cut 2 ${QT_MINIMAL}) -ge 9 ]]; 
then
-                       version=5.9.1 # no more upstream release, need bug 
#624404
+               if [[ ${1} = qtwebkit ]]; then
+                       version=5.9.1 # no more upstream release
                else
                        version=${QT_MINIMAL}
                fi

Reply via email to