commit: d786db6868603fbc18a538012a787a5887fb0403
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 16:00:05 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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