mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-containers/nvidia-container-toolkit: fix 9999 ebuild
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
@@ -13,11 +13,6 @@ HOMEPAGE="https://github.com/NVIDIA/nvidia-container-toolkit"
|
|||||||
if [[ "${PV}" == "9999" ]] ; then
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git"
|
EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git"
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
git-r3_src_unpack
|
|
||||||
go-module_live_vendor
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://github.com/NVIDIA/${PN}/archive/v${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz
|
https://github.com/NVIDIA/${PN}/archive/v${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user