www-client/chromium: re-enable intermediate pax-mark
authorMike Gilbert <floppym@gentoo.org>
Wed, 26 Dec 2018 03:07:43 +0000 (22:07 -0500)
committerMike 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

index e3f962139f5b8de12fdfe1e3245999cf750a9f1e..dca5d3887910fd370b5392da22a4f9f60ca4f20a 100644 (file)
@@ -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.