mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-emulation/nvidia-container-toolkit: applied @peteches's fix
@peteches fixed the ebuild and BDEPEND https://github.com/vowstar/vowstar-overlay/issues/2 https://github.com/vowstar/vowstar-overlay/pull/3 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -68,13 +68,11 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
sys-devel/make
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
LIB_NAME=${PN} LIB_VERSION=${PV} go build \
|
||||
-ldflags "-s -w" \
|
||||
-o "${PN}" \
|
||||
"${EGO_PN}/pkg" || die
|
||||
make binary || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user