mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-containers/nvidia-container-toolkit: add go 1.25 BDEPEND
- go.mod sets go 1.25.0 but go-module.eclass only guarantees go-1.24.11 Closes: https://bugs.gentoo.org/976194 Signed-off-by: Huang Rui <vowstar@gmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1157 Merges: https://codeberg.org/gentoo/gentoo/pulls/1157 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -32,6 +32,9 @@ RDEPEND="
|
||||
~sys-libs/libnvidia-container-${PV}
|
||||
"
|
||||
|
||||
# go.mod requires a newer Go than go-module.eclass guarantees (bug 976194)
|
||||
BDEPEND=">=dev-lang/go-1.25.0"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.19.0-no-prestrip.patch"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user