blob: e6c1ead0825e2df2b364cdefe44727851f6b2f5e [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="3636b51b40ff086f8dc234ea0b99e126675cee17"
CROS_WORKON_TREE="9b8032fb8f537229b7a808646f7ac05f5cdf1a55"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_PACKAGES=(
"chromiumos/tast/..."
)
CROS_GO_TEST=(
"${CROS_GO_PACKAGES[@]}"
)
inherit cros-go cros-workon
DESCRIPTION="Shared packages for integration testing"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND=""
RDEPEND="dev-go/crypto"