From b60717ebc01a19be38a8d7324cf4a0fdc72adc5d Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 16 Apr 2025 22:48:56 +0200 Subject: [PATCH] virtual/opencl: EAPI 7 -> 8 Also corrected Intel Gen description. Signed-off-by: Conrad Kostecki --- virtual/opencl/{opencl-3-r4.ebuild => opencl-3-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename virtual/opencl/{opencl-3-r4.ebuild => opencl-3-r5.ebuild} (96%) diff --git a/virtual/opencl/opencl-3-r4.ebuild b/virtual/opencl/opencl-3-r5.ebuild similarity index 96% rename from virtual/opencl/opencl-3-r4.ebuild rename to virtual/opencl/opencl-3-r5.ebuild index 47c50894d7c5f..155f556476322 100644 --- a/virtual/opencl/opencl-3-r4.ebuild +++ b/virtual/opencl/opencl-3-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit multilib-build @@ -20,7 +20,7 @@ pkg_postinst() { elog elog " * open:" elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from Gen12 onwards. 64-bit only;" - elog " - dev-libs/intel-compute-runtime:legacy - integrated Intel GPUs from Gen5 up to Gen11. 64-bit only;" + elog " - dev-libs/intel-compute-runtime:legacy - integrated Intel GPUs from Gen8 up to Gen11. 64-bit only;" elog " - dev-libs/pocl - to run OpenCL programs on your CPU, if you do not have a supported GPU;" elog " - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the amdgpu kernel driver. 64-bit only;" elog " - media-libs/mesa[opencl] - some older AMD GPUs; see [1]. 32-bit support;"