app-containers/nvidia-container-toolkit: bump to 1.14.6

Disable tests. Some tests may require specific environmental
setups or additional hardware.

Closes: https://bugs.gentoo.org/831702
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2024-03-26 20:21:12 +08:00
parent f67bf11860
commit ccd7d91795
4 changed files with 92 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,14 +26,17 @@ else
"
S="${WORKDIR}/${PN}-${PV/_rc/-rc.}"
KEYWORDS="~amd64"
RESTRICT="mirror"
fi
LICENSE="Apache-2.0"
SLOT="0"
SLOT="0/${PV}"
# Some tests may require specific environmental setups or additional hardware.
RESTRICT="test" # Bug 831702
RDEPEND="
sys-libs/libnvidia-container
sys-libs/libnvidia-container:0/${PV}
"
DEPEND="${RDEPEND}"