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

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

Issue 5925002: Switch to Mesa 7.9. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Switch to Mesa 7.9 version 2. Created 10 years 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-r75.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 10 matching lines...) Expand all
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
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 "
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r75.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698