blob: 0a77379217d0bd9dc2ef727e5fdba70b6ab5096e [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_GO_SOURCE="github.com/google/go-cmp v${PV}"
CROS_GO_PACKAGES=(
"github.com/google/go-cmp/..."
)
inherit cros-go
DESCRIPTION="Package for comparing Go values in tests"
HOMEPAGE="https://github.com/google/go-cmp"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="dev-go/xerrors"
RDEPEND=""