pentoo-opencl: uvm is no longer optional

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-04-22 15:23:10 -04:00
parent 1e933b3b69
commit 166834779f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -19,7 +19,7 @@ PDEPEND="virtual/opencl
opencl-cpu? ( amd64? ( dev-util/intel-ocl-sdk ) )
video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
video_cards_i965? ( dev-libs/intel-neo )
video_cards_nvidia? ( x11-drivers/nvidia-drivers[uvm] )
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
"
pkg_setup() {