# Copyright 1999-2020 Go Overlay Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GOLANG_PKG_IMPORTPATH="github.com/constabulary" GOLANG_PKG_ARCHIVEPREFIX="v" GOLANG_PKG_IS_MULTIPLE=1 GOLANG_PKG_HAVE_TEST=1 GOLANG_PKG_USE_CGO=1 GOLANG_PKG_DEPENDENCIES=( "github.com/pkg/errors:645ef00" #v0.8.0 ) inherit golang-single DESCRIPTION="Gb is a project based build tool for the Go programming language" HOMEPAGE="http://getgb.io" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86 arm" src_test() { if has sandbox $FEATURES && has network-sandbox $FEATURES; then eerror "Some tests require 'sandbox', and 'network-sandbox' to be disabled in FEATURES." fi golang-single_src_test }