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 189BE138A1A for ; Sun, 18 Jan 2015 02:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2690CE08FC; Sun, 18 Jan 2015 02:16:12 +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 4B9CFE08EB for ; Sun, 18 Jan 2015 02:16:11 +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 5D1D2340703 for ; Sun, 18 Jan 2015 02:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC87FD03 for ; Sun, 18 Jan 2015 02:16:07 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421229894.4dc8d456d1f85e456c8f9343c3db2f210064679a.ottxor@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: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 4dc8d456d1f85e456c8f9343c3db2f210064679a X-VCS-Branch: master Date: Sun, 18 Jan 2015 02:16:07 +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: 43841789-58e2-42c8-ab0f-defe836e5734 X-Archives-Hash: c6bfe63a1b15b7fe3e2aad41d97321c7 commit: 4dc8d456d1f85e456c8f9343c3db2f210064679a Author: Marius Brehler linux sungazer de> AuthorDate: Wed Jan 14 10:04:54 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jan 14 10:04:54 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4dc8d456 dev-util/nvidia-cuda-toolkit: Update nvidia-driver RDEPEND; Use pkg_postinst to inform about possible driver problems. --- dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.18.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 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 2fbe00c..9fb34a3 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 @@ -21,7 +21,7 @@ IUSE="debugger doc eclipse profiler" DEPEND="" RDEPEND="${DEPEND} >=sys-devel/gcc-4.7[cxx] - >=x11-drivers/nvidia-drivers-340.32[uvm] + >=x11-drivers/nvidia-drivers-346.22[uvm] debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] @@ -149,4 +149,8 @@ pkg_postinst() { if [[ ${MERGE_TYPE} != binary ]]; then pkg_postinst_check fi + elog "The CUDA toolkit 7.0 release candidate bundels the" + elog " - nvidia-driver-346.29" + elog "This is not yet in portage, as a seperate download is not" + elog "available. Anyway driver 346.22 is already CUDA enabled." }