commit: 483f44fcfa66bfd503423f88eaa33bc55c61a9e4 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Jan 22 08:08:12 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 17:18:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483f44fc
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 dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild | 4 ++-- 1 file 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 3353dabc300..d70ad3f42d8 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"
