From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-828210-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6447E1386F3
	for <garchives@archives.gentoo.org>; Thu, 13 Aug 2015 04:14:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1C1D41418A;
	Thu, 13 Aug 2015 04:14:36 +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 B68B71418A
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 04:14:35 +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 D61403409A6
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 04:14:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D087313F
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 04:14:32 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1439439255.b898c7eb9c0641cc22d58ca44b206fd62827880e.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-drivers/nvidia-drivers/nvidia-drivers-355.06-r1.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-355.06.ebuild
X-VCS-Directories: x11-drivers/nvidia-drivers/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: b898c7eb9c0641cc22d58ca44b206fd62827880e
X-VCS-Branch: master
Date: Thu, 13 Aug 2015 04:14:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 67bc1098-2616-4178-bf8e-69c26942231f
X-Archives-Hash: 29e4ff544e255161af26f46b63ef86c8

commit:     b898c7eb9c0641cc22d58ca44b206fd62827880e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 04:14:15 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 04:14:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b898c7eb

x11-drivers/nvidia-drivers: Install libOpenCL in CL_ROOT not GL_ROOT by Timo Rothenpieler (bug #557036).

Package-Manager: portage-2.2.20.1

 .../{nvidia-drivers-355.06.ebuild => nvidia-drivers-355.06-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-355.06.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-355.06-r1.ebuild
similarity index 99%
rename from x11-drivers/nvidia-drivers/nvidia-drivers-355.06.ebuild
rename to x11-drivers/nvidia-drivers/nvidia-drivers-355.06-r1.ebuild
index bc779a0..dfa465b 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-355.06.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-355.06-r1.ebuild
@@ -392,7 +392,7 @@ src_install-libs() {
 			"libGL.so ${NV_SOVER} ${GL_ROOT}"
 			"libGLESv1_CM.so ${NV_SOVER} ${GL_ROOT}"
 			"libGLdispatch.so 0 ${GL_ROOT}"
-			"libOpenCL.so 1.0.0 ${GL_ROOT}"
+			"libOpenCL.so 1.0.0 ${CL_ROOT}"
 			"libOpenGL.so 0 ${GL_ROOT}"
 			"libcuda.so ${NV_SOVER}"
 			"libnvcuvid.so ${NV_SOVER}"