commit: 501c3a8e73368fa4bf71544303724d0df04fd181
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: Sat Jan 26 21:16:52 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=501c3a8e
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 14cb4db3b0..622c38dd36 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -270,8 +270,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