From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 942071382C5 for ; Thu, 7 Jan 2021 19:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF9EE084A; Thu, 7 Jan 2021 19:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5207E084A for ; Thu, 7 Jan 2021 19:02:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5698C34142A for ; Thu, 7 Jan 2021 19:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65EE4C for ; Thu, 7 Jan 2021 19:02:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610046021.cb4829c9aebc800b0270d8d4df56ebe6f325ea83.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb4829c9aebc800b0270d8d4df56ebe6f325ea83 X-VCS-Branch: master Date: Thu, 7 Jan 2021 19:02:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dfaed464-9067-4002-b40b-8853f13c6107 X-Archives-Hash: 98b78673f72ec8ef952a88531c34ffa6 commit: cb4829c9aebc800b0270d8d4df56ebe6f325ea83 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 7 19:00:21 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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}