From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EFC58138A1A for ; Thu, 22 Jan 2015 10:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1ABDE094A; Thu, 22 Jan 2015 10:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2349E094A for ; Thu, 22 Jan 2015 10:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12C953406D0 for ; Thu, 22 Jan 2015 10:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE3FE101EF for ; Thu, 22 Jan 2015 10:14:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1421920314.efbae8bde23bec47e8ab1777a30d7ad6b31844eb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild X-VCS-Directories: dev-util/nvidia-cuda-toolkit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: efbae8bde23bec47e8ab1777a30d7ad6b31844eb X-VCS-Branch: master Date: Thu, 22 Jan 2015 10:14:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64517fbe-19f3-400e-a04d-bb1f7a2f7c5e X-Archives-Hash: fc9102e8ad09bc5f9057898e031ce2ac commit: efbae8bde23bec47e8ab1777a30d7ad6b31844eb Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jan 22 09:51:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 22 09:51:54 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=efbae8bd dev-util/nvidia-cuda-toolkit: Fix cuda_supported_gcc --- dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild index 5d3760f..2a2cd48 100644 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild @@ -56,7 +56,7 @@ src_unpack() { src_prepare() { local cuda_supported_gcc - cuda_supported_gcc="4.7" + cuda_supported_gcc="4.7 4.8 4.9" sed \ -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \