diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2018-01-22 09:08:12 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 18:18:30 +0100 |
commit | 483f44fcfa66bfd503423f88eaa33bc55c61a9e4 (patch) | |
tree | 7dd173a065104ac4ea1452fdf2dedd7f747d233f /dev-util | |
parent | games-util/pyfa: version bump to 1.35.0. (diff) | |
download | gentoo-483f44fcfa66bfd503423f88eaa33bc55c61a9e4.tar.gz gentoo-483f44fcfa66bfd503423f88eaa33bc55c61a9e4.tar.bz2 gentoo-483f44fcfa66bfd503423f88eaa33bc55c61a9e4.zip |
dev-util/nvidia-cuda-sdk: fix SRC_URI.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://bugs.gentoo.org/645086
Closes: https://github.com/gentoo/gentoo/pull/6929
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild index 3353dabc3008..d70ad3f42d8f 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ DRIVER_PV="384.81" DESCRIPTION="NVIDIA CUDA Software Development Kit" HOMEPAGE="https://developer.nvidia.com/cuda-zone" -SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod2/local_installers/cuda_${PV}_${DRIVER_PV}_linux-run -> cuda_${PV}_${DRIVER_PV}_linux.run" +SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux-run -> cuda_${PV}_${DRIVER_PV}_linux.run" LICENSE="CUDPP" SLOT="0" |