From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EA9B1382C5 for ; Wed, 25 Apr 2018 20:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CC6E092E; Wed, 25 Apr 2018 20:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CC82E092E for ; Wed, 25 Apr 2018 20:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DAB8335C72 for ; Wed, 25 Apr 2018 20:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E49728B for ; Wed, 25 Apr 2018 20:45:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524689056.817fb6ed3fcbe8c36734f32985d32cdf67cbf0d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 817fb6ed3fcbe8c36734f32985d32cdf67cbf0d0 X-VCS-Branch: master Date: Wed, 25 Apr 2018 20:45:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fafd98a6-0058-4054-b432-dd3c21339f88 X-Archives-Hash: b465cee561ec057cd8d083b979b24d9e commit: 817fb6ed3fcbe8c36734f32985d32cdf67cbf0d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 20:44:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 25 20:44:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=817fb6ed kde5-functions.eclass: Fix add_qt_dep for QT_MINIMAL >=5.10 eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index e5ec092411..7cafd8c0ff 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -277,7 +277,7 @@ add_qt_dep() { local slot=${4} if [[ -z ${version} ]]; then - if [[ ${1} = qtwebkit && ${QT_MINIMAL} = 5.9* ]]; then + if [[ ${1} = qtwebkit && $(ver_cut 2 ${QT_MINIMAL}) -ge 9 ]]; then version=5.9.1 # no more upstream release, need bug #624404 else version=${QT_MINIMAL}