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 AF615138350 for ; Fri, 28 Feb 2020 12:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2199E0855; Fri, 28 Feb 2020 12:08:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99CF9E0855 for ; Fri, 28 Feb 2020 12:08:03 +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 66F7134F3B1 for ; Fri, 28 Feb 2020 12:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E90B101 for ; Fri, 28 Feb 2020 12:08:00 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1582891627.324d30a33566efe8fe1485115e30e0a934bbcf29.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/opencl/opencl-2.ebuild X-VCS-Directories: virtual/opencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 324d30a33566efe8fe1485115e30e0a934bbcf29 X-VCS-Branch: master Date: Fri, 28 Feb 2020 12:08:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37c793b8-ec23-459b-b0f0-3b8a2e7c90cc X-Archives-Hash: b05ef877cf5f8b75aa35f0838d879edd commit: 324d30a33566efe8fe1485115e30e0a934bbcf29 Author: Marek Szuba gentoo org> AuthorDate: Fri Feb 28 12:07:07 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Feb 28 12:07:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324d30a3 virtual/opencl: OR, not AND for nvidia providers Signed-off-by: Marek Szuba gentoo.org> virtual/opencl/opencl-2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/opencl/opencl-2.ebuild b/virtual/opencl/opencl-2.ebuild index 9963833977e..cbacc93b319 100644 --- a/virtual/opencl/opencl-2.ebuild +++ b/virtual/opencl/opencl-2.ebuild @@ -20,9 +20,9 @@ RDEPEND="app-eselect/eselect-opencl video_cards_amdgpu? ( || ( dev-libs/rocm-opencl-runtime dev-libs/amdgpu-pro-opencl ) ) - video_cards_nvidia? ( + video_cards_nvidia? ( || ( >=x11-drivers/nvidia-drivers-290.10-r2[uvm] - >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] ) + >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] ) ) video_cards_r600? ( >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] ) video_cards_radeonsi? (