summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-140.0.7299.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/chromium-140.0.7299.0.ebuild')
-rw-r--r--www-client/chromium/chromium-140.0.7299.0.ebuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/www-client/chromium/chromium-140.0.7299.0.ebuild b/www-client/chromium/chromium-140.0.7299.0.ebuild
index fd5cb52..e6f2dd5 100644
--- a/www-client/chromium/chromium-140.0.7299.0.ebuild
+++ b/www-client/chromium/chromium-140.0.7299.0.ebuild
@@ -1073,16 +1073,17 @@ chromium_compile() {
local -x PYTHONPATH=
# Build mksnapshot and pax-mark it.
- local x
- for x in mksnapshot v8_context_snapshot_generator; do
- if tc-is-cross-compiler; then
- eninja -C out/Release "host/${x}"
- pax-mark m "out/Release/host/${x}"
- else
- eninja -C out/Release "${x}"
- pax-mark m "out/Release/${x}"
- fi
- done
+ # flag pax-kernel unimplemented
+ # local x
+ # for x in mksnapshot v8_context_snapshot_generator; do
+ # if tc-is-cross-compiler; then
+ # eninja -C out/Release "host/${x}"
+ # pax-mark m "out/Release/host/${x}"
+ # else
+ # eninja -C out/Release "${x}"
+ # pax-mark m "out/Release/${x}"
+ # fi
+ # done
# Even though ninja autodetects number of CPUs, we respect
# user's options, for debugging with -j 1 or any other reason.