blob: 5fba020989cb170b52bb867b14473b7803c0a227 [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="847704e41648fe500f1c874c99c7401d001fffe1"
CROS_WORKON_TREE="126efb514e4eb9577e4c274a2d3ecc7df4a6f61d"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_PACKAGES=(
"chromiumos/tast/common/..."
)
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"