| # Copyright 2019 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2. |
| |
| EAPI=6 |
| |
| CROS_WORKON_COMMIT="649afc166fbfd61c3553c5da402c3a9aa6525ad6" |
| CROS_WORKON_TREE="3e12d060bb42cb962c5c50351da60924b211a81c" |
| CROS_WORKON_INCREMENTAL_BUILD=1 |
| CROS_WORKON_OUTOFTREE_BUILD=1 |
| CROS_WORKON_PROJECT="chromiumos/platform/moblab" |
| CROS_WORKON_LOCALNAME="../platform/moblab" |
| |
| inherit cros-workon |
| |
| DESCRIPTION="Install moblab, a test scheduling infrastructure" |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/moblab/+/master/src/" |
| |
| LICENSE="BSD-Google" |
| SLOT="0" |
| KEYWORDS="*" |
| |
| RDEPEND=" " |
| |
| DEPEND="${RDEPEND} |
| " |
| |