Skip to content

Commit

Permalink
qt5-build.eclass: Drop unnecessary >=5.13 condition
Browse files Browse the repository at this point in the history
5.12 was dropped.

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 19, 2020
1 parent 89f20f1 commit 46f4d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 46f4d99

Please sign in to comment.