amass: cleanup

This commit is contained in:
blshkv 2019-04-11 10:19:43 +08:00
parent a385c3231e
commit ef3c18378c
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -54,17 +54,23 @@ DEPEND=">=dev-lang/go-1.10
dev-go/go-crypto
dev-go/go-net
dev-go/go-sys
>=dev-go/go-text-0.3.0
>=dev-go/go-tools-0_pre20180817
dev-go/go-oauth2
dev-go/uuid
"
# >=dev-go/go-text-0.3.0
# >=dev-go/go-tools-0_pre20180817
#https://bugs.gentoo.org/673704
# dev-go/gopkg-sourcemap
RDEPEND="${DEPEND}"
#src_prepare() {
# cd src/${EGO_PN}
# go mod verify
# eapply_user
#}
src_compile() {
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
go install -v -work -x ${EGO_BUILD_FLAGS} ./...