pentoo-opencl: keep dev-util/opencl-headers on system

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-04-27 11:07:58 -04:00
parent 783e9a8101
commit 7a398f1a0f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,4 +1,4 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -13,6 +13,7 @@ IUSE="opencl-cpu video_cards_amdgpu video_cards_nvidia"
REQUIRED_USE="|| ( opencl-cpu video_cards_amdgpu video_cards_nvidia )"
RDEPEND="virtual/opencl
dev-util/opencl-headers
opencl-cpu? ( amd64? ( || ( dev-libs/pocl dev-util/intel-ocl-sdk ) ) )
video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
video_cards_nvidia? ( x11-drivers/nvidia-drivers )