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 ED52913835A for ; Tue, 2 Feb 2021 00:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C80E088B; Tue, 2 Feb 2021 00:41:11 +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 85C7AE088A for ; Tue, 2 Feb 2021 00:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DF7BF341266 for ; Tue, 2 Feb 2021 00:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 101B04A6 for ; Tue, 2 Feb 2021 00:41:08 +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: <1612226428.82b015ddcd824cafbc610997180031fe4cd2f81c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82b015ddcd824cafbc610997180031fe4cd2f81c X-VCS-Branch: master Date: Tue, 2 Feb 2021 00:41:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fcc7a24-1bc8-43ce-952e-295b37a8c40c X-Archives-Hash: f22cc0628cb1e493ceef540bfb1560be commit: 82b015ddcd824cafbc610997180031fe4cd2f81c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 21 10:35:36 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 2 00:40:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=82b015dd qt5-build.eclass: Make dev-qt/qttest dependency work for qtwebengine snapshot Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index be6e88b3..b2f9c8cb 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -114,7 +114,7 @@ BDEPEND=" virtual/pkgconfig " if [[ ${PN} != qttest ]]; then - DEPEND+=" test? ( ~dev-qt/qttest-${PV} )" + DEPEND+=" test? ( >=dev-qt/qttest-5.15.2 )" fi ###### Phase functions ######