From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FDCF1581EE for ; Sun, 06 Apr 2025 15:06:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 267A9343158 for ; Sun, 06 Apr 2025 15:06:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 184171104B7; Sun, 06 Apr 2025 15:06:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0EF8B1104B7 for ; Sun, 06 Apr 2025 15:06:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2A09343135 for ; Sun, 06 Apr 2025 15:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128332777 for ; Sun, 06 Apr 2025 15:06:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1743951923.55a4891c2cf486cd4987a527ad3e3f0060ff508a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/opencl/opencl-3-r3.ebuild virtual/opencl/opencl-3-r4.ebuild X-VCS-Directories: virtual/opencl/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 55a4891c2cf486cd4987a527ad3e3f0060ff508a X-VCS-Branch: master Date: Sun, 06 Apr 2025 15:06:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74da28b6-6ff3-48f3-9a57-8dd2ebe3d0c0 X-Archives-Hash: 58d269b1ec39f19edb0c6d0366e8ba5a commit: 55a4891c2cf486cd4987a527ad3e3f0060ff508a Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 30 13:37:07 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 6 15:05:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a4891c virtual/opencl: bump to EAPI=8 Also adding dev-libs/intel-compute-runtime-legacy to output. Bumping revision on purpose, so users will see that. Bug: https://bugs.gentoo.org/943189 Signed-off-by: Conrad Kostecki gentoo.org> virtual/opencl/{opencl-3-r3.ebuild => opencl-3-r4.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/virtual/opencl/opencl-3-r3.ebuild b/virtual/opencl/opencl-3-r4.ebuild similarity index 84% rename from virtual/opencl/opencl-3-r3.ebuild rename to virtual/opencl/opencl-3-r4.ebuild index 9924965db66a..bf4ffa9ca7d2 100644 --- a/virtual/opencl/opencl-3-r3.ebuild +++ b/virtual/opencl/opencl-3-r4.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 @@ -9,9 +9,7 @@ DESCRIPTION="Virtual for OpenCL API" SLOT="0" KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" -RDEPEND=" - >=dev-libs/opencl-icd-loader-2023.02.06[${MULTILIB_USEDEP}] -" +RDEPEND=">=dev-libs/opencl-icd-loader-2023.02.06[${MULTILIB_USEDEP}]" pkg_postinst() { elog @@ -19,7 +17,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;"