Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: chromeos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild

Issue 3400008: Add mosys into host-depends for signing images (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: add r65 symlink Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r65.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 "
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r65.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698