blob: 17a5056f48bd823f94de30b4c32a42a0db92bf28 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_WORKON_PROJECT="chromiumos/platform/go-seccomp"
CROS_WORKON_LOCALNAME="../platform/go-seccomp"
CROS_GO_PACKAGES=(
"chromiumos/seccomp"
)
inherit cros-workon cros-go
DESCRIPTION="Go support for Chromium OS Seccomp-BPF policy files"
HOMEPAGE="http://chromium.org/chromium-os/developer-guide/chromium-os-sandboxing"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""