Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-sdk/
Date: Sun, 18 Feb 2018 17:18:43
Message-Id: 1518974310.483f44fcfa66bfd503423f88eaa33bc55c61a9e4.monsieurp@gentoo
1 commit: 483f44fcfa66bfd503423f88eaa33bc55c61a9e4
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Jan 22 08:08:12 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 17:18:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483f44fc
7
8 dev-util/nvidia-cuda-sdk: fix SRC_URI.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://bugs.gentoo.org/645086
12 Closes: https://github.com/gentoo/gentoo/pull/6929
13
14 dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index 3353dabc300..d70ad3f42d8 100644
19 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild
20 +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.0.176.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ DRIVER_PV="384.81"
28
29 DESCRIPTION="NVIDIA CUDA Software Development Kit"
30 HOMEPAGE="https://developer.nvidia.com/cuda-zone"
31 -SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod2/local_installers/cuda_${PV}_${DRIVER_PV}_linux-run -> cuda_${PV}_${DRIVER_PV}_linux.run"
32 +SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux-run -> cuda_${PV}_${DRIVER_PV}_linux.run"
33
34 LICENSE="CUDPP"
35 SLOT="0"