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: Mon, 02 Mar 2020 08:26:09
Message-Id: 1583100874.0d81f7d4583d9ecf1b279b83506990c108ba68c8.asturm@gentoo
1 commit: 0d81f7d4583d9ecf1b279b83506990c108ba68c8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 01:08:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 22:14:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d81f7d4
7
8 qt5-build.eclass: Drop unnecessary >=5.13 condition
9
10 5.12 was dropped.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/qt5-build.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
18 index 95eb6174..70e9be80 100644
19 --- a/eclass/qt5-build.eclass
20 +++ b/eclass/qt5-build.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: qt5-build.eclass
27 @@ -644,7 +644,7 @@ qt5_base_configure() {
28 -no-gui -no-widgets
29
30 # QTBUG-76521, default will change to zstd in Qt6
31 - $([[ ${QT5_MINOR_VERSION} -ge 13 ]] && echo -no-zstd)
32 + -no-zstd
33
34 # module-specific options
35 "${myconf[@]}"