| 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 10 matching lines...) Expand all Loading... |
| 21 sys-boot/grub | 21 sys-boot/grub |
| 22 sys-boot/syslinux | 22 sys-boot/syslinux |
| 23 sys-devel/crossdev | 23 sys-devel/crossdev |
| 24 sys-devel/crossdev-wrappers | 24 sys-devel/crossdev-wrappers |
| 25 sys-fs/dosfstools | 25 sys-fs/dosfstools |
| 26 " | 26 " |
| 27 | 27 |
| 28 # Host dependencies for building cross-compiled packages. | 28 # Host dependencies for building cross-compiled packages. |
| 29 RDEPEND="${RDEPEND} | 29 RDEPEND="${RDEPEND} |
| 30 app-admin/eselect-opengl | 30 app-admin/eselect-opengl |
| 31 app-admin/eselect-mesa |
| 31 app-arch/cabextract | 32 app-arch/cabextract |
| 32 >=app-arch/pbzip2-1.1.1-r1 | 33 >=app-arch/pbzip2-1.1.1-r1 |
| 33 app-arch/rpm2targz | 34 app-arch/rpm2targz |
| 34 app-arch/sharutils | 35 app-arch/sharutils |
| 35 app-arch/unzip | 36 app-arch/unzip |
| 36 app-crypt/nss | 37 app-crypt/nss |
| 37 >=app-emulation/qemu-user-0.12.2 | 38 >=app-emulation/qemu-user-0.12.2 |
| 38 app-i18n/ibus | 39 app-i18n/ibus |
| 39 app-text/texi2html | 40 app-text/texi2html |
| 40 chromeos-base/google-breakpad | 41 chromeos-base/google-breakpad |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 RDEPEND="${RDEPEND} | 136 RDEPEND="${RDEPEND} |
| 136 dev-cpp/gflags | 137 dev-cpp/gflags |
| 137 dev-python/pymox | 138 dev-python/pymox |
| 138 " | 139 " |
| 139 | 140 |
| 140 # Host dependencies to scp binaries from the binary component server | 141 # Host dependencies to scp binaries from the binary component server |
| 141 RDEPEND="${RDEPEND} | 142 RDEPEND="${RDEPEND} |
| 142 chromeos-base/ssh-known-hosts | 143 chromeos-base/ssh-known-hosts |
| 143 chromeos-base/ssh-root-dot-dir | 144 chromeos-base/ssh-root-dot-dir |
| 144 " | 145 " |
| OLD | NEW |