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

Collapse All | Expand All

(-)chromium-bin-9999.ebuild (-1 / +6 lines)
Lines 33-39 Link Here
33
	opt/chromium.org/chrome-linux/libavutil.so.50"
33
	opt/chromium.org/chrome-linux/libavutil.so.50"
34
34
35
src_unpack() {
35
src_unpack() {
36
	LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST`
36
	if use amd64; then
37
		LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/LATEST`
38
	else
39
		LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST`
40
	fi
41
37
	elog "Installing/updating to version ${LV}"
42
	elog "Installing/updating to version ${LV}"
38
	if use amd64; then
43
	if use amd64; then
39
		arch_path="-64"
44
		arch_path="-64"

Return to bug 284198