summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-10 02:08:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 15:27:31 +0100
commit46f4d99d19726521a8d582f4875fccb5a2d1fde6 (patch)
treeb4341fbfff875b14a4e9234350bb3f1f6232dd28 /eclass/qt5-build.eclass
parentqt5-build.eclass: Drop EAPI-6 support (diff)
downloadgentoo-46f4d99d19726521a8d582f4875fccb5a2d1fde6.tar.gz
gentoo-46f4d99d19726521a8d582f4875fccb5a2d1fde6.tar.bz2
gentoo-46f4d99d19726521a8d582f4875fccb5a2d1fde6.zip
qt5-build.eclass: Drop unnecessary >=5.13 condition
5.12 was dropped. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r--eclass/qt5-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 95eb6174320e..70e9be80c98f 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[@]}"