summaryrefslogtreecommitdiff
path: root/eclass/kde5-functions.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-16 17:34:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-16 17:34:21 +0000
commit02e2208f46f4e2c00fb9743cbc47350bdd233bfa (patch)
tree132dd60828854db4f65f30f9230f43d9602507ff /eclass/kde5-functions.eclass
parent8be70107efbb417f839292165ee39d07a062046f (diff)
gentoo resync : 16.01.2018
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r--eclass/kde5-functions.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index d60d9d55101e..3df54d517242 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: kde5-functions.eclass
@@ -276,7 +276,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"