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 B463A1382C5 for ; Tue, 2 Feb 2021 00:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED33E088B; Tue, 2 Feb 2021 00:43:07 +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 D2421E088B for ; Tue, 2 Feb 2021 00:43:07 +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 B3D8A340E41 for ; Tue, 2 Feb 2021 00:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3380A4A6 for ; Tue, 2 Feb 2021 00:43:05 +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: <1612226551.34a5186cdedc95146f3c21f8afacb39abe02e609.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: 34a5186cdedc95146f3c21f8afacb39abe02e609 X-VCS-Branch: master Date: Tue, 2 Feb 2021 00:43:05 +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: 9459b192-1ecd-411a-a085-e2f1df72430b X-Archives-Hash: 7eb334e7c87abb1697565b3daa799f9e commit: 34a5186cdedc95146f3c21f8afacb39abe02e609 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 2 00:42:31 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 2 00:42:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=34a5186c qt5-build.eclass: Actually should pin to slot 5 with >= Qt deps 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 b2f9c8cb..b22ece80 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-5.15.2 )" + DEPEND+=" test? ( >=dev-qt/qttest-5.15.2:5 )" fi ###### Phase functions ######