diff options
author | Benda Xu <heroxbd@gentoo.org> | 2019-11-13 13:19:33 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-11-13 16:44:16 +0800 |
commit | 57fbb340ec4780a33b2657ea6240cabd05ac99ab (patch) | |
tree | b4afc7e294740950417cb8bf54792affbf4b83ba /dev-util | |
parent | app-text/mupdf: x86 stable wrt bug #699980 (diff) | |
download | gentoo-57fbb340ec4780a33b2657ea6240cabd05ac99ab.tar.gz gentoo-57fbb340ec4780a33b2657ea6240cabd05ac99ab.tar.bz2 gentoo-57fbb340ec4780a33b2657ea6240cabd05ac99ab.zip |
dev-util/nvidia-cuda-toolkit: correct versions in the notice message.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild index 1ce496fbb55b..306345210681 100644 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild @@ -10,7 +10,7 @@ DRIVER_PV="418.87.00" DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)" HOMEPAGE="https://developer.nvidia.com/cuda-zone" -SRC_URI="https://developer.download.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run -> cuda_${PV}_${DRIVER_PV}_linux.run" +SRC_URI="https://developer.download.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run" LICENSE="NVIDIA-CUDA" SLOT="0/${PV}" @@ -134,7 +134,7 @@ pkg_postinst_check() { if tc-is-gcc && \ ver_test $(gcc-version) -gt ${b}; then ewarn "" - ewarn "gcc >= ${b} will not work with CUDA" + ewarn "gcc > ${b} will not work with CUDA" ewarn "Make sure you set an earlier version of gcc with gcc-config" ewarn "or append --compiler-bindir= pointing to a gcc bindir like" ewarn "--compiler-bindir=${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/gcc${b}" |