projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb97e01
)
kde5-functions.eclass: add_qt_dep: Drop obsolete qtwebkit ver check
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 26 Jan 2019 20:49:25 +0000
(21:49 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 7 Feb 2019 12:59:53 +0000
(13:59 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 28446ed82f193532cdebab5656264aabc9d48d01..8098020c5f2094ca9f92f6d1cdede2c208ccfb7b 100644
(file)
--- 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