OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
DaleCurtis
2011/04/11 22:12:42
Automatic rev, just change -9999 version.
| |
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 CROS_WORKON_COMMIT="968752f7d390bfd5615a2f7e0ec8114b3e728953" | 5 CROS_WORKON_COMMIT="968752f7d390bfd5615a2f7e0ec8114b3e728953" |
6 | 6 |
7 inherit cros-workon autotest-deponly | 7 inherit cros-workon autotest-deponly |
8 | 8 |
9 DESCRIPTION="Autotest common deps" | 9 DESCRIPTION="Autotest common deps" |
10 HOMEPAGE="http://src.chromium.org" | 10 HOMEPAGE="http://src.chromium.org" |
11 SRC_URI="" | 11 SRC_URI="" |
(...skipping 18 matching lines...) Expand all Loading... | |
30 # NOTE: For deps, we need to keep *.a | 30 # NOTE: For deps, we need to keep *.a |
31 AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz" | 31 AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz" |
32 | 32 |
33 # deps/gtest | 33 # deps/gtest |
34 RDEPEND=" | 34 RDEPEND=" |
35 dev-cpp/gtest | 35 dev-cpp/gtest |
36 " | 36 " |
37 | 37 |
38 RDEPEND="${RDEPEND} | 38 RDEPEND="${RDEPEND} |
39 chromeos-base/autotest-deps-libaio | 39 chromeos-base/autotest-deps-libaio |
40 chromeos-base/autotest-deps-piglit | |
40 " | 41 " |
41 | 42 |
42 # deps/chrome_test | 43 # deps/chrome_test |
43 #RDEPEND="${RDEPEND} | 44 #RDEPEND="${RDEPEND} |
44 # chromeos-base/chromeos-chrome | 45 # chromeos-base/chromeos-chrome |
45 #" | 46 #" |
46 | 47 |
47 # deps/ibusclient | 48 # deps/ibusclient |
48 RDEPEND="${RDEPEND} | 49 RDEPEND="${RDEPEND} |
49 app-i18n/ibus | 50 app-i18n/ibus |
50 dev-libs/glib | 51 dev-libs/glib |
51 sys-apps/dbus | 52 sys-apps/dbus |
52 " | 53 " |
53 | 54 |
54 # deps/iwcap | 55 # deps/iwcap |
55 RDEPEND="${RDEPEND} | 56 RDEPEND="${RDEPEND} |
56 dev-libs/libnl | 57 dev-libs/libnl |
57 " | 58 " |
58 | 59 |
59 DEPEND="${RDEPEND}" | 60 DEPEND="${RDEPEND}" |
60 | 61 |
OLD | NEW |