commit:     0d81f7d4583d9ecf1b279b83506990c108ba68c8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 01:08:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 22:14:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d81f7d4

qt5-build.eclass: Drop unnecessary >=5.13 condition

5.12 was dropped.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt5-build.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 95eb6174..70e9be80 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: qt5-build.eclass
@@ -644,7 +644,7 @@ qt5_base_configure() {
                -no-gui -no-widgets
 
                # QTBUG-76521, default will change to zstd in Qt6
-               $([[ ${QT5_MINOR_VERSION} -ge 13 ]] && echo -no-zstd)
+               -no-zstd
 
                # module-specific options
                "${myconf[@]}"

Reply via email to