commit:     092a16d04e52e47879df2419bb439ece70b15a41
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 19:13:40 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 19:14:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092a16d0

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 <AT> gentoo.org>

 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 00a9cde2e98a..23454807ea54 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() {

Reply via email to