|
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" |