commit: d39582d1b6e0bb9801d4f3bd8b9855d6a89d7333 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 6 17:24:54 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 20:12:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39582d1
virtual/opencl: bump to EAPI=8 Bumping revision on purpose, so users will see that. Bug: https://bugs.gentoo.org/943189 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> virtual/opencl/{opencl-3-r3.ebuild => opencl-3-r4.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/opencl/opencl-3-r3.ebuild b/virtual/opencl/opencl-3-r4.ebuild similarity index 89% rename from virtual/opencl/opencl-3-r3.ebuild rename to virtual/opencl/opencl-3-r4.ebuild index 9924965db66a..47c50894d7c5 100644 --- a/virtual/opencl/opencl-3-r3.ebuild +++ b/virtual/opencl/opencl-3-r4.ebuild @@ -19,7 +19,8 @@ pkg_postinst() { elog "Currently included in Gentoo are:" elog elog " * open:" - elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from Broadwell onwards. 64-bit only;" + 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/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;"
