commit:     d040613dd25a4eb7c6576581171e3fbc86f23db4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 16:44:43 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 16:46:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d040613d

dev-qt/qtwebengine: fixup build/no-build detection for 6.4.3

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
index 0e845c7f19a8..99c9282be639 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.4.3.ebuild
@@ -246,7 +246,7 @@ src_install() {
        qt6-build_src_install
 
        # bug 601472
-       if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngine.so ]]; then
+       if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngineCore.so ]]; then
                die "${CATEGORY}/${PF} failed to build anything. Please report 
to https://bugs.gentoo.org/";
        fi
 }

Reply via email to