Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 385587 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +2 lines)
Line  Link Here
0
-- chromium-16.0.899.0.ebuild.orig     2011-10-05 08:54:45.000000000 +0100
0
++ chromium-16.0.899.0.ebuild  2011-10-05 08:53:32.000000000 +0100
Lines 215-225 Link Here
215
               $(gyp_use kerberos use_kerberos)
215
               $(gyp_use kerberos use_kerberos)
216
               $(gyp_use pulseaudio use_pulseaudio)"
216
               $(gyp_use pulseaudio use_pulseaudio)"
217
       # Enable sandbox.
218
       myconf+="
219
               -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox
220
               -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome"
221
222
       if host-is-pax; then
217
       if host-is-pax; then
223
               # Prevent the build from failing (bug #301880). The performance
218
               # Prevent the build from failing (bug #301880). The performance
224
               # difference is very small.
219
               # difference is very small.
Lines 262-268 Link Here
262
}
257
}
263
src_compile() {
258
src_compile() {
264
       emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die
259
       emake chrome BUILDTYPE=Release V=1 || die
265
       pax-mark m out/Release/chrome
260
       pax-mark m out/Release/chrome
266
       if use chromedriver; then
261
       if use chromedriver; then
267
               emake chromedriver BUILDTYPE=Release V=1 || die
262
               emake chromedriver BUILDTYPE=Release V=1 || die
Lines 306-313 Link Here
306
src_install() {
301
src_install() {
307
       exeinto "${CHROMIUM_HOME}"
302
       exeinto "${CHROMIUM_HOME}"
308
       doexe out/Release/chrome || die
303
       doexe out/Release/chrome || die
309
       doexe out/Release/chrome_sandbox || die
310
       fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox"
311
       if use chromedriver; then
304
       if use chromedriver; then
312
               doexe out/Release/chromedriver || die
305
               doexe out/Release/chromedriver || die

Return to bug 385587