Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 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="Adds packages that are required for testing." | 6 DESCRIPTION="Adds packages that are required for testing." |
| 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 24 matching lines...) Expand all Loading... | |
| 35 dev-python/pygobject | 35 dev-python/pygobject |
| 36 dev-python/pygtk | 36 dev-python/pygtk |
| 37 dev-python/pyopenssl | 37 dev-python/pyopenssl |
| 38 media-gfx/imagemagick[png] | 38 media-gfx/imagemagick[png] |
| 39 media-gfx/perceptualdiff | 39 media-gfx/perceptualdiff |
| 40 net-misc/openssh | 40 net-misc/openssh |
| 41 net-misc/rsync | 41 net-misc/rsync |
| 42 sys-power/powertop | 42 sys-power/powertop |
| 43 sys-process/procps | 43 sys-process/procps |
| 44 sys-process/time | 44 sys-process/time |
| 45 dev-java/icedtea | |
|
sosa
2010/05/11 03:32:43
Alphabetical order
| |
| 45 " | 46 " |
| 46 | 47 |
| 47 # Used to disable Caps Lock and keyboard autorepeat, which can have bad | 48 # Used to disable Caps Lock and keyboard autorepeat, which can have bad |
| 48 # effects on keyboard tests. | 49 # effects on keyboard tests. |
| 49 RDEPEND="${RDEPEND} | 50 RDEPEND="${RDEPEND} |
| 50 x11-apps/xmodmap | 51 x11-apps/xmodmap |
| 51 x11-apps/xset | 52 x11-apps/xset |
| 52 " | 53 " |
| OLD | NEW |