mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user