Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371245
Collapse All | Expand All

(-)chromium-12.0.742.77.orig/tools/gyp/pylib/gyp/__init__.py (+1 lines)
Lines 316-321 Link Here
316
                           'freebsd7': 'make',
316
                           'freebsd7': 'make',
317
                           'freebsd8': 'make',
317
                           'freebsd8': 'make',
318
                           'linux2':   'make',
318
                           'linux2':   'make',
319
                           'linux3':   'make',
319
                           'openbsd4': 'make',
320
                           'openbsd4': 'make',
320
                           'sunos5':   'make',}[sys.platform] ]
321
                           'sunos5':   'make',}[sys.platform] ]
321
322

Return to bug 371245