| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 dev-java/xalan | 115 dev-java/xalan |
| 116 dev-java/xerces | 116 dev-java/xerces |
| 117 sys-apps/lsb-release | 117 sys-apps/lsb-release |
| 118 x11-libs/libXtst | 118 x11-libs/libXtst |
| 119 " | 119 " |
| 120 | 120 |
| 121 # Host dependencies that are needed to sign images | 121 # Host dependencies that are needed to sign images |
| 122 RDEPEND="${RDEPEND} | 122 RDEPEND="${RDEPEND} |
| 123 chromeos-base/vboot_reference | 123 chromeos-base/vboot_reference |
| 124 chromeos-base/verity | 124 chromeos-base/verity |
| 125 sys-apps/mosys |
| 125 " | 126 " |
| 126 | 127 |
| 127 # Host dependencies to run unit tests within the chroot | 128 # Host dependencies to run unit tests within the chroot |
| 128 RDEPEND="${RDEPEND} | 129 RDEPEND="${RDEPEND} |
| 129 dev-cpp/gflags | 130 dev-cpp/gflags |
| 130 dev-python/pymox | 131 dev-python/pymox |
| 131 " | 132 " |
| OLD | NEW |