| OLD | NEW |
| 1 #!/bin/bash | 1 #!/bin/bash |
| 2 | 2 |
| 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
| 5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
| 6 | 6 |
| 7 set -ex | 7 set -ex |
| 8 | 8 |
| 9 sudo USE="-crash cros-debug" emerge -DNauv1 \ | 9 sudo USE="-crash cros-debug" emerge -DNauv1 \ |
| 10 chromeos-base/cros_boot_mode \ |
| 10 chromeos-base/hard-host-depends \ | 11 chromeos-base/hard-host-depends \ |
| 11 chromeos-base/libchrome \ | 12 chromeos-base/libchrome \ |
| 12 chromeos-base/metrics \ | 13 chromeos-base/metrics \ |
| 13 dev-cpp/gmock \ | 14 dev-cpp/gmock \ |
| 14 dev-cpp/gtest \ | 15 dev-cpp/gtest \ |
| 15 dev-util/bsdiff \ | 16 dev-util/bsdiff \ |
| 16 dev-util/lcov \ | 17 dev-util/lcov \ |
| 17 sys-apps/fakeroot \ | 18 sys-apps/fakeroot \ |
| 18 sys-apps/rootdev | 19 sys-apps/rootdev |
| OLD | NEW |