--- chromium-16.0.899.0.ebuild.orig 2011-10-05 08:54:45.000000000 +0100 +++ chromium-16.0.899.0.ebuild 2011-10-05 08:53:32.000000000 +0100 @@ -215,11 +215,6 @@ $(gyp_use kerberos use_kerberos) $(gyp_use pulseaudio use_pulseaudio)" - # Enable sandbox. - myconf+=" - -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox - -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome" - if host-is-pax; then # Prevent the build from failing (bug #301880). The performance # difference is very small. @@ -262,7 +257,7 @@ } src_compile() { - emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die + emake chrome BUILDTYPE=Release V=1 || die pax-mark m out/Release/chrome if use chromedriver; then emake chromedriver BUILDTYPE=Release V=1 || die @@ -306,8 +301,6 @@ src_install() { exeinto "${CHROMIUM_HOME}" doexe out/Release/chrome || die - doexe out/Release/chrome_sandbox || die - fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox" if use chromedriver; then doexe out/Release/chromedriver || die