mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
amass: cleanup
This commit is contained in:
parent
a385c3231e
commit
ef3c18378c
1 changed files with 8 additions and 2 deletions
|
|
@ -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} ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue