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 # This file lists packages that ebuilds DEPEND on, sometimes implicitly, | 4 # This file lists packages that ebuilds DEPEND on, sometimes implicitly, |
5 # but really are only needed on the build host. This allows us to use | 5 # but really are only needed on the build host. This allows us to use |
6 # --root-deps without "--rootdeps=rdeps" to install package DEPEND into | 6 # --root-deps without "--rootdeps=rdeps" to install package DEPEND into |
7 # the sysroot as part of the build process without also having to cross- | 7 # the sysroot as part of the build process without also having to cross- |
8 # compile and drag in the below packages as dependencies. See "man portage". | 8 # compile and drag in the below packages as dependencies. See "man portage". |
9 | 9 |
10 # NOTE: Toolchain packages (gcc, glibc, binutils) are specified in the | 10 # NOTE: Toolchain packages (gcc, glibc, binutils) are specified in the |
11 # dynamically generated ${BOARD_DIR}/etc/portage/profile/package.provided | 11 # dynamically generated ${BOARD_DIR}/etc/portage/profile/package.provided |
12 # created by the setup_board script. | 12 # created by the setup_board script. |
13 | 13 |
14 app-admin/eselect-1.2.3 | 14 app-admin/eselect-1.2.3 |
15 app-admin/eselect-esd-20060719 | 15 app-admin/eselect-esd-20060719 |
16 app-admin/eselect-fontconfig-1.0 | 16 app-admin/eselect-fontconfig-1.0 |
17 app-admin/eselect-opengl-1.0.8-r1 | 17 app-admin/eselect-opengl-1.0.8-r1 |
| 18 app-admin/eselect-mesa-0.0.8 |
18 app-admin/eselect-vi-1.1.5 | 19 app-admin/eselect-vi-1.1.5 |
19 | 20 |
20 app-arch/cabextract-1.2-r1 | 21 app-arch/cabextract-1.2-r1 |
21 app-arch/rpm2targz-9.0.0.3g | 22 app-arch/rpm2targz-9.0.0.3g |
22 app-arch/unzip-6.0-r1 | 23 app-arch/unzip-6.0-r1 |
23 | 24 |
24 # Needed for building Icedtea | 25 # Needed for building Icedtea |
25 app-arch/zip-3.0 | 26 app-arch/zip-3.0 |
26 | 27 |
27 app-portage/portage-utils-0.1.29 | 28 app-portage/portage-utils-0.1.29 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 sys-devel/gettext-0.18.1-r1 | 74 sys-devel/gettext-0.18.1-r1 |
74 sys-devel/gnuconfig-20090203 | 75 sys-devel/gnuconfig-20090203 |
75 sys-devel/m4-1.4.12 | 76 sys-devel/m4-1.4.12 |
76 | 77 |
77 # TODO: Remove these when we have our linux-headers ebuild set up? | 78 # TODO: Remove these when we have our linux-headers ebuild set up? |
78 sys-kernel/gentoo-sources-2.6.30-r6 | 79 sys-kernel/gentoo-sources-2.6.30-r6 |
79 sys-kernel/linux-headers-2.6.30-r1 | 80 sys-kernel/linux-headers-2.6.30-r1 |
80 | 81 |
81 x11-apps/mkfontscale-1.0.6 | 82 x11-apps/mkfontscale-1.0.6 |
82 x11-misc/makedepend-1.0.1 | 83 x11-misc/makedepend-1.0.1 |
OLD | NEW |