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

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

Issue 3095005: add qemu-kvm-0.12.5 ebuild and include in hard-host-depends (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: fix hard host depends Created 10 years, 4 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "
OLDNEW
« no previous file with comments | « app-emulation/qemu-kvm/qemu-kvm-0.12.5.ebuild ('k') | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r58.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698