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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F53815808B for ; Sat, 9 Apr 2022 16:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ECA2E0922; Sat, 9 Apr 2022 16:01:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E153E0922 for ; Sat, 9 Apr 2022 16:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8898F3413E1 for ; Sat, 9 Apr 2022 16:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB22AD0 for ; Sat, 9 Apr 2022 16:01:36 +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: <1649520071.d786db6868603fbc18a538012a787a5887fb0403.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d786db6868603fbc18a538012a787a5887fb0403 X-VCS-Branch: master Date: Sat, 9 Apr 2022 16:01:36 +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: 82fd04f6-05eb-49bc-8191-14406a6057e3 X-Archives-Hash: a92a425a96dbbfff97e0f72f7d5e6b76 commit: d786db6868603fbc18a538012a787a5887fb0403 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 9 16:00:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 9 16:01:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d786db68 dev-qt/qtwebengine: Fix 5.15.3 version downsedding after 5.15.10 bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild index 8d3e80b6..2cc0403e 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.3.9999.ebuild @@ -169,10 +169,10 @@ src_prepare() { # This is made from git, and for some reason will fail w/o .git directories. mkdir -p .git src/3rdparty/chromium/.git || die fi - # We need to make sure this integrates well into Qt 5.15.2 installation. + # We need to make sure this integrates well into Qt 5.15.3 installation. # Otherwise revdeps fail w/o heavy changes. This is the simplest way to do it. # See also: https://www.qt.io/blog/building-qt-webengine-against-other-qt-versions - sed -e "/^MODULE_VERSION/s/5\.15\.[3456789]/${QT5_PV}/" -i .qmake.conf || die + sed -E "/^MODULE_VERSION/s/5\.15\.[0-9]+/${QT5_PV}/" -i .qmake.conf || die # QTBUG-88657 - jumbo-build could still make trouble if ! use jumbo-build; then