sys-libs/libnvidia-container: bump to 1.7.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2022-01-18 23:15:43 +08:00
parent 3a6b3b571c
commit cc7ebc8f55
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/mk/common.mk b/mk/common.mk
index bded646..572adfc 100644
--- a/mk/common.mk
+++ b/mk/common.mk
@@ -26,7 +26,7 @@
else
DATE := $(shell date -u --iso-8601=minutes)
endif
-REVISION ?= $(shell git rev-parse HEAD)
+REVISION ?= 0b7fa90ce0721b010a5e80ecf53ceb43280a33b4
COMPILER := $(realpath $(shell which $(CC)))
PLATFORM ?= $(shell uname -m)