Chromium Code Reviews| Index: chromeos-base/autotest-tests/autotest-tests-9999.ebuild |
| diff --git a/chromeos-base/autotest-tests/autotest-tests-9999.ebuild b/chromeos-base/autotest-tests/autotest-tests-9999.ebuild |
| index e40cb1202fa7ac24650018a21c9686962ec2e1d3..e37a030f4456e520ffb45958a5626ea59f45ebeb 100644 |
| --- a/chromeos-base/autotest-tests/autotest-tests-9999.ebuild |
| +++ b/chromeos-base/autotest-tests/autotest-tests-9999.ebuild |
| @@ -10,7 +10,7 @@ HOMEPAGE="http://src.chromium.org" |
| SRC_URI="" |
| LICENSE="GPL-2" |
| SLOT="0" |
| -KEYWORDS="~x86 ~arm ~amd64" |
| +KEYWORDS="x86 ~arm ~amd64" |
|
sosa
2011/04/11 21:12:30
Don't change this.
ilja
2011/04/11 23:22:08
Done.
|
| IUSE="+autox +xset +tpmtools hardened" |
| # Enable autotest by default. |
| @@ -44,6 +44,7 @@ RDEPEND=" |
| chromeos-base/autotest-deps-iotools |
| chromeos-base/autotest-deps-libaio |
| chromeos-base/autotest-deps-glbench |
| + chromeos-base/autotest-deps-piglit |
|
sosa
2011/04/11 21:12:30
This contradicts the chromeos-test ebuild. Just i
|
| chromeos-base/flimflam-test |
| autox? ( chromeos-base/autox ) |
| dev-python/pygobject |
| @@ -103,6 +104,7 @@ IUSE_TESTS=" |
| +tests_graphics_GLAPICheck |
| +tests_graphics_GLBench |
| +tests_graphics_O3DSelenium |
| + +tests_graphics_Piglit |
| +tests_graphics_SanAngeles |
| +tests_graphics_TearTest |
| +tests_graphics_WebGLConformance |