Skip to content

Commit

Permalink
dev-go/delve: remove duplicate DEPEND, restrict tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Apr 11, 2021
1 parent 887e057 commit 5f9258c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-go/delve/delve-1.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ HOMEPAGE="https://github.com/go-delve/delve"
LICENSE="MIT BSD BSD-2 Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="dev-lang/go:="
# Needs network access to download more unspecified modules at least.
RESTRICT="test"

src_compile() {
go build -mod vendor -ldflags="-X main.Build=75485427957fba167a6eaca76b1ee9549d62916f" -o "${S}/dlv" ./cmd/dlv || die
Expand Down

0 comments on commit 5f9258c

Please sign in to comment.