OLD | NEW |
1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
3 | 3 |
4 EAPI=2 | 4 EAPI=2 |
5 | 5 |
6 DESCRIPTION="List of packages that are needed on the buildhost (meta package)" | 6 DESCRIPTION="List of packages that are needed on the buildhost (meta package)" |
7 HOMEPAGE="http://src.chromium.org" | 7 HOMEPAGE="http://src.chromium.org" |
8 | 8 |
9 LICENSE="GPL-2" | 9 LICENSE="GPL-2" |
10 SLOT="0" | 10 SLOT="0" |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 RDEPEND="${RDEPEND} | 119 RDEPEND="${RDEPEND} |
120 chromeos-base/vboot_reference | 120 chromeos-base/vboot_reference |
121 chromeos-base/verity | 121 chromeos-base/verity |
122 " | 122 " |
123 | 123 |
124 # Host dependencies to run unit tests within the chroot | 124 # Host dependencies to run unit tests within the chroot |
125 RDEPEND="${RDEPEND} | 125 RDEPEND="${RDEPEND} |
126 dev-cpp/gflags | 126 dev-cpp/gflags |
127 dev-python/pymox | 127 dev-python/pymox |
128 " | 128 " |
| 129 |
| 130 # Host dependencies to run BVT within the chroot |
| 131 RDEPEND="${RDEPEND} |
| 132 >=app-emulation/qemu-kvm-0.12.5 |
| 133 media-libs/libsdl |
| 134 " |
OLD | NEW |