| Index: chromeos-base/chromeos-test/chromeos-test-0.1.0.ebuild
|
| diff --git a/chromeos-base/chromeos-test/chromeos-test-0.1.0.ebuild b/chromeos-base/chromeos-test/chromeos-test-0.1.0.ebuild
|
| index 79d434ad14d6205ce60cb92b63510498e350633f..ee30329d3200f167f58df0a6c1656c632aa116bb 100644
|
| --- a/chromeos-base/chromeos-test/chromeos-test-0.1.0.ebuild
|
| +++ b/chromeos-base/chromeos-test/chromeos-test-0.1.0.ebuild
|
| @@ -15,7 +15,7 @@ IUSE="+bluetooth"
|
| # are for packages that must be present on a local device and that
|
| # are not downloaded by the autotest server. This includes both
|
| # packages relied on by the server, as well as packages relied on by
|
| -# specific tests.
|
| +# specific tests. Libraries are installed in /usr/local/lib.
|
| #
|
| # This package is not meant to capture tools useful for test debug;
|
| # use the chromeos-dev package for that purpose.
|
| @@ -45,6 +45,7 @@ RDEPEND="${RDEPEND}
|
| dev-python/pygtk
|
| media-gfx/imagemagick[png]
|
| media-gfx/perceptualdiff
|
| + media-libs/tiff
|
| net-analyzer/netperf
|
| net-misc/dhcp
|
| net-misc/iperf
|
| @@ -60,6 +61,7 @@ RDEPEND="${RDEPEND}
|
| sys-process/procps
|
| sys-process/psmisc
|
| sys-process/time
|
| + virtual/glut
|
| x11-apps/setxkbmap
|
| x11-apps/xauth
|
| x11-apps/xset
|
|
|