projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faef2c8
)
www-client/chromium: re-enable intermediate pax-mark
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 26 Dec 2018 03:07:43 +0000
(22:07 -0500)
committer
Mike Gilbert
<floppym@gentoo.org>
Wed, 26 Dec 2018 03:07:43 +0000
(22:07 -0500)
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
www-client/chromium/chromium-72.0.3626.28.ebuild
patch
|
blob
|
history
diff --git
a/www-client/chromium/chromium-72.0.3626.28.ebuild
b/www-client/chromium/chromium-72.0.3626.28.ebuild
index e3f962139f5b8de12fdfe1e3245999cf750a9f1e..dca5d3887910fd370b5392da22a4f9f60ca4f20a 100644
(file)
--- a/
www-client/chromium/chromium-72.0.3626.28.ebuild
+++ b/
www-client/chromium/chromium-72.0.3626.28.ebuild
@@
-595,7
+595,6
@@
src_compile() {
# Work around broken deps
eninja -C out/Release gen/ui/accessibility/ax_enums.mojom{,-shared}.h
-if false; then
# Build mksnapshot and pax-mark it.
local x
for x in mksnapshot v8_context_snapshot_generator; do
@@
-607,7
+606,6
@@
if false; then
pax-mark m "out/Release/${x}"
fi
done
-fi
# Even though ninja autodetects number of CPUs, we respect
# user's options, for debugging with -j 1 or any other reason.