From 092a16d04e52e47879df2419bb439ece70b15a41 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 31 Oct 2025 14:13:40 -0500 Subject: [PATCH] sys-cluster/k9scli: remove -mod=vendor from build This isn't needed since the go version in go.mod is at least 1.14. See https://go.dev/ref/mod#build-commands Signed-off-by: William Hubbs --- sys-cluster/k9scli/k9scli-0.50.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/k9scli/k9scli-0.50.14.ebuild b/sys-cluster/k9scli/k9scli-0.50.14.ebuild index 00a9cde2e98af..23454807ea541 100644 --- a/sys-cluster/k9scli/k9scli-0.50.14.ebuild +++ b/sys-cluster/k9scli/k9scli-0.50.14.ebuild @@ -29,7 +29,7 @@ src_prepare() { } src_compile() { - emake GIT_REV=${GIT_COMMIT} VERSION=v${PV} GO_FLAGS="-mod=vendor" build + emake GIT_REV=${GIT_COMMIT} VERSION=v${PV} build } src_install() {