Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Tue, 02 Feb 2021 00:43:08
Message-Id: 1612226551.34a5186cdedc95146f3c21f8afacb39abe02e609.asturm@gentoo
1 commit: 34a5186cdedc95146f3c21f8afacb39abe02e609
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 00:42:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 00:42:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=34a5186c
7
8 qt5-build.eclass: Actually should pin to slot 5 with >= Qt deps
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/qt5-build.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index b2f9c8cb..b22ece80 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -114,7 +114,7 @@ BDEPEND="
20 virtual/pkgconfig
21 "
22 if [[ ${PN} != qttest ]]; then
23 - DEPEND+=" test? ( >=dev-qt/qttest-5.15.2 )"
24 + DEPEND+=" test? ( >=dev-qt/qttest-5.15.2:5 )"
25 fi
26
27 ###### Phase functions ######