Diff k9scli-0.50.14 with a k9scli-0.50.18
| /usr/portage/sys-cluster/k9scli/k9scli-0.50.18.ebuild 2026-04-10 12:17:39.984065323 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2021-2025 Gentoo Authors |
|
| 1 |
# Copyright 2021-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 6 | 6 |
inherit go-module |
| 7 | 7 | |
| 8 | 8 |
# update this on every bump |
| 9 |
GIT_COMMIT=73fa0087 |
|
| 9 |
GIT_COMMIT=6dbf571c |
|
| 10 | 10 | |
| 11 | 11 |
DESCRIPTION="terminal based UI to manage kubernetes clusters" |
| 12 | 12 |
HOMEPAGE="https://k9scli.io" |
| ... | ... | |
| 20 | 20 |
SLOT="0" |
| 21 | 21 |
KEYWORDS="~amd64 ~arm64" |
| 22 | 22 | |
| 23 |
BDEPEND=">=dev-lang/go-1.24.4" |
|
| 23 |
BDEPEND=">=dev-lang/go-1.25.8" |
|
| 24 | 24 | |
| 25 | 25 |
src_prepare() {
|
| 26 | 26 |
default |