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 <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2025-10-31 14:13:40 -05:00
parent e9e7e1a855
commit 092a16d04e

View File

@@ -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() {