dev-util/nvidia-cuda-sdk: fix SRC_URI.
authorMarius Brehler <marbre@linux.sungazer.de>
Mon, 22 Jan 2018 08:08:12 +0000 (09:08 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 18 Feb 2018 17:18:30 +0000 (18:18 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://bugs.gentoo.org/645086
Closes: https://github.com/gentoo/gentoo/pull/6929

dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild

index 3353dabc3008681ea76301893e06df7805e88976..d70ad3f42d8f2c00ea379b6efd78ced525d977f9 100644 (file)
@@ -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"