| 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 18 matching lines...) Expand all Loading... |
| 29 app-arch/unzip | 29 app-arch/unzip |
| 30 app-text/texi2html | 30 app-text/texi2html |
| 31 dev-lang/python | 31 dev-lang/python |
| 32 dev-lang/swig | 32 dev-lang/swig |
| 33 dev-libs/glib | 33 dev-libs/glib |
| 34 dev-libs/eggdbus | 34 dev-libs/eggdbus |
| 35 dev-libs/libxslt | 35 dev-libs/libxslt |
| 36 dev-libs/dbus-glib[tools] | 36 dev-libs/dbus-glib[tools] |
| 37 dev-libs/nss[utils] | 37 dev-libs/nss[utils] |
| 38 dev-libs/protobuf | 38 dev-libs/protobuf |
| 39 dev-python/dbus-python |
| 39 dev-python/pygobject | 40 dev-python/pygobject |
| 40 dev-python/webpy | 41 dev-python/webpy |
| 41 dev-util/cmake | 42 dev-util/cmake |
| 42 dev-util/git[cvs,subversion,webdav,curl] | 43 dev-util/git[cvs,subversion,webdav,curl] |
| 43 dev-util/gob | 44 dev-util/gob |
| 44 dev-util/gperf | 45 dev-util/gperf |
| 45 dev-util/gtk-doc | 46 dev-util/gtk-doc |
| 46 dev-util/quilt | 47 dev-util/quilt |
| 47 dev-util/subversion[-dso] | 48 dev-util/subversion[-dso] |
| 48 >=dev-util/gtk-doc-am-1.10 | 49 >=dev-util/gtk-doc-am-1.10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 73 | 74 |
| 74 # Useful utilities for developers. | 75 # Useful utilities for developers. |
| 75 RDEPEND="${RDEPEND} | 76 RDEPEND="${RDEPEND} |
| 76 app-portage/gentoolkit | 77 app-portage/gentoolkit |
| 77 app-portage/portage-utils | 78 app-portage/portage-utils |
| 78 app-editors/qemacs | 79 app-editors/qemacs |
| 79 app-editors/vim | 80 app-editors/vim |
| 80 " | 81 " |
| 81 | 82 |
| 82 DEPEND="" | 83 DEPEND="" |
| OLD | NEW |