commit: 91f93ac5d5a1f1017289575b9f2f5ab46e71d642
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 03:07:43 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 03:07:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f93ac5
www-client/chromium: re-enable intermediate pax-mark
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/chromium/chromium-72.0.3626.28.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/www-client/chromium/chromium-72.0.3626.28.ebuild
b/www-client/chromium/chromium-72.0.3626.28.ebuild
index e3f962139f5..dca5d388791 100644
--- 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.