Chromium Code Reviews| 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..1f84037d30fad6736c46479a5e70ef68b63e192a 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. |
|
sosa
2011/04/11 21:12:30
This isn't necessarily generic enough. Perhaps an
|
| # |
| # This package is not meant to capture tools useful for test debug; |
| # use the chromeos-dev package for that purpose. |
| @@ -33,6 +33,7 @@ RDEPEND="${RDEPEND} |
| app-arch/gzip |
| app-arch/tar |
| app-crypt/tpm-tools |
| + x86? ( chromeos-base/autotest-deps-piglit ) |
|
sosa
2011/04/11 21:12:30
Don't put this here. You have 3 copies of it arou
|
| chromeos-base/autox |
| chromeos-base/chromeos-factorytools |
| chromeos-base/flimflam-test |