mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-opencl: uvm is no longer optional
This commit is contained in:
parent
1e933b3b69
commit
166834779f
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
Loading…
Reference in a new issue