Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/
Date: Sun, 19 Mar 2023 16:47:16
Message-Id: 1679244406.d040613dd25a4eb7c6576581171e3fbc86f23db4.chiitoo@gentoo
1 commit: d040613dd25a4eb7c6576581171e3fbc86f23db4
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 16:44:43 2023 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 16:46:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d040613d
7
8 dev-qt/qtwebengine: fixup build/no-build detection for 6.4.3
9
10 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
11
12 dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild b/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
16 index 0e845c7f19a8..99c9282be639 100644
17 --- a/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
18 +++ b/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
19 @@ -246,7 +246,7 @@ src_install() {
20 qt6-build_src_install
21
22 # bug 601472
23 - if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngine.so ]]; then
24 + if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngineCore.so ]]; then
25 die "${CATEGORY}/${PF} failed to build anything. Please report to https://bugs.gentoo.org/"
26 fi
27 }