summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtwebengine')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.10.9999.ebuild9
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild10
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9999.ebuild9
3 files changed, 15 insertions, 13 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.10.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.10.9999.ebuild
index 6b980211170e..c4ff9a77cac1 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.10.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.10.9999.ebuild
@@ -268,11 +268,12 @@ src_configure() {
}
src_compile() {
- # tentatively work around a possible (rare) race condition (bug #921680),
- # has good chances to be obsolete but keep for now as a safety
- cmake_build WebEngineCore_sync_all_public_headers
-
cmake_src_compile
+
+ # exact cause unknown, but >=qtwebengine-6.9.2 started to act as if
+ # QtWebEngineProcess is marked USER_FACING despite not set anywhere
+ # and this creates a user_facing_tool_links.txt with a broken symlink
+ :> "${BUILD_DIR}"/user_facing_tool_links.txt || die
}
src_test() {
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild
index ed3ad36a0177..a86467c536e3 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild
@@ -109,7 +109,6 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )
PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
- "${FILESDIR}"/${PN}-6.8.3-gperf3.2.patch
)
python_check_deps() {
@@ -269,11 +268,12 @@ src_configure() {
}
src_compile() {
- # tentatively work around a possible (rare) race condition (bug #921680),
- # has good chances to be obsolete but keep for now as a safety
- cmake_build WebEngineCore_sync_all_public_headers
-
cmake_src_compile
+
+ # exact cause unknown, but >=qtwebengine-6.9.2 started to act as if
+ # QtWebEngineProcess is marked USER_FACING despite not set anywhere
+ # and this creates a user_facing_tool_links.txt with a broken symlink
+ :> "${BUILD_DIR}"/user_facing_tool_links.txt || die
}
src_test() {
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
index 6b980211170e..c4ff9a77cac1 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
@@ -268,11 +268,12 @@ src_configure() {
}
src_compile() {
- # tentatively work around a possible (rare) race condition (bug #921680),
- # has good chances to be obsolete but keep for now as a safety
- cmake_build WebEngineCore_sync_all_public_headers
-
cmake_src_compile
+
+ # exact cause unknown, but >=qtwebengine-6.9.2 started to act as if
+ # QtWebEngineProcess is marked USER_FACING despite not set anywhere
+ # and this creates a user_facing_tool_links.txt with a broken symlink
+ :> "${BUILD_DIR}"/user_facing_tool_links.txt || die
}
src_test() {