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 (+2 lines)
Lines 36-41 Link Here
36
	LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST`
36
	LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST`
37
	elog "Installing/updating to version ${LV}"
37
	elog "Installing/updating to version ${LV}"
38
	if use amd64; then
38
	if use amd64; then
39
		# overwrites LV in order to fetch the lastest build number from -64 branch
40
		LV=`curl --silent http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/LATEST`
39
		arch_path="-64"
41
		arch_path="-64"
40
	fi
42
	fi
41
	wget -c "http://build.chromium.org/buildbot/snapshots/chromium-rel-linux${arch_path}/${LV}/chrome-linux.zip" -O "${T}"/${PN}-${LV}.zip
43
	wget -c "http://build.chromium.org/buildbot/snapshots/chromium-rel-linux${arch_path}/${LV}/chrome-linux.zip" -O "${T}"/${PN}-${LV}.zip

Return to bug 284198