From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C8491396D0 for ; Sat, 26 Aug 2017 06:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27401FC017; Sat, 26 Aug 2017 06:50:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2E711FC017 for ; Sat, 26 Aug 2017 06:50:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3C5D341301 for ; Sat, 26 Aug 2017 06:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4322282FE for ; Sat, 26 Aug 2017 06:50:02 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1503729643.f5794ba2296fae145e65fef4c22e1e83a50f9bcf.patrick@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-384.59-r1.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: f5794ba2296fae145e65fef4c22e1e83a50f9bcf X-VCS-Branch: master Date: Sat, 26 Aug 2017 06:50:02 +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: 3b0c4c91-1ecf-4522-94e2-ef6b35b1d5b1 X-Archives-Hash: 30b2fe27fadd8db2018d249c1faa6260 commit: f5794ba2296fae145e65fef4c22e1e83a50f9bcf Author: Patrick Lauer gentoo org> AuthorDate: Sat Aug 26 06:40:43 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Aug 26 06:40:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5794ba2 x11-drivers/nvidia-drivers: Whitespace Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-drivers/nvidia-drivers/nvidia-drivers-384.59-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-384.59-r1.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-384.59-r1.ebuild index c0e7bf1d2b9..0244ed71c40 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-384.59-r1.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-384.59-r1.ebuild @@ -194,7 +194,7 @@ src_prepare() { eapply_user if ! [ -f nvidia_icd.json ]; then - cp nvidia_icd.json.template nvidia_icd.json || die + cp nvidia_icd.json.template nvidia_icd.json || die sed -i -e 's:__NV_VK_ICD__:libGLX_nvidia.so.0:g' nvidia_icd.json || die fi }