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

(-)chromium-9999-r1.ebuild.orig (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
	einfo "gclient sync start -->"
82
	einfo "gclient sync start -->"
83
	"${WORKDIR}/depot_tools/gclient" sync --force --nohooks || die
83
	"${WORKDIR}/depot_tools/gclient" sync --force --nohooks || die
84
	"$(PYTHON)" src/build/download_nacl_irt.py || die  # bug #366413
84
	"$(PYTHON)" src/build/download_nacl_toolchains.py --nacl-newlib-only || die
85
	einfo "   working copy: ${ESVN_STORE_DIR}/${PN}"
85
	einfo "   working copy: ${ESVN_STORE_DIR}/${PN}"
86
86
87
	mkdir -p "${S}" || die
87
	mkdir -p "${S}" || die

Return to bug 380801