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:
Huang Rui
2020-10-09 00:49:34 +08:00
parent 2216599f85
commit a4cc48ad47

View File

@@ -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() {