commit:     cb4829c9aebc800b0270d8d4df56ebe6f325ea83
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 19:00:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 19:00:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=cb4829c9

qt5-build.eclass: Limit qtchooser config install to <5.15.2-r3

Syncing with dev-qt/qtcore-5.15.2-r2 in Gentoo ebuild repo.

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

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8e586c83..5e15ab3d 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -261,7 +261,7 @@ qt5-build_src_install() {
                        "${D}${QT5_HEADERDIR}"/QtCore/qconfig.h \
                        || die "sed failed (qconfig.h)"
 
-               if ver_test -lt 5.15.2-r2; then
+               if ver_test -lt 5.15.2-r3; then
                        # install qtchooser configuration file
                        cat > "${T}/qt5-${CHOST}.conf" <<-_EOF_ || die
                                ${QT5_BINDIR}

Reply via email to