diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-17 08:45:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-17 08:45:48 +0100 |
commit | 6a01345ec5dc673d0ebd4653ceb063eafa7fcf65 (patch) | |
tree | 91caec6b449fed01aa84433b13798c3d8e29fba3 /virtual | |
parent | 79851ef7da5ffce7aed667c8c49a1ce04333619e (diff) |
gentoo auto-resync : 17:04:2025 - 08:45:48
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/Manifest.gz | bin | 24590 -> 24588 bytes | |||
-rw-r--r-- | virtual/opencl/Manifest | 2 | ||||
-rw-r--r-- | virtual/opencl/opencl-3-r5.ebuild (renamed from virtual/opencl/opencl-3-r4.ebuild) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz Binary files differindex cb291049dad7..2955fcab45bf 100644 --- a/virtual/Manifest.gz +++ b/virtual/Manifest.gz diff --git a/virtual/opencl/Manifest b/virtual/opencl/Manifest index 1d16c07cf46f..3b33b624e342 100644 --- a/virtual/opencl/Manifest +++ b/virtual/opencl/Manifest @@ -1,2 +1,2 @@ -EBUILD opencl-3-r4.ebuild 1460 BLAKE2B 440bb72a8d81433721275090446b337e33a1892d95e34b0ca75c369015da35fa2c6ae9d5b747bde7be7bdd3a953c443a9c10c1380b991f8f2eb19d066c8e15be SHA512 02d38d8dc6de452e466d931b4adc18079e73fc7d3cafcdf202153c577b5ef46ebc40a10b0514a9c8ed97ee91d176895fe871826ec612f036d19a422cd1ccd062 +EBUILD opencl-3-r5.ebuild 1460 BLAKE2B b740aadd332c00391d00c1556197d6da180a3077bf2f8b0609884c59e40b289ad0453f3cbb95d5b848d069a4e83df936b9ec19ffed8172f12c36d81acca840e2 SHA512 83e0c01e9af55d20142d1538fb1bba1242f5dd8a5d8059101a02dbc2114b47b264926e61a985eb812dcba79398a1d012c24da6230ba60059079b38ecb548c9a9 MISC metadata.xml 259 BLAKE2B cc7abf54ed4398a2cfb77310c63f5fae3e432488b0c7466f8148c5d009d38aa4ca78eef78712f0b7b6aca6710aab1dfe3c07440f36179fde03f8a97a49b3c080 SHA512 6f50c5d3c735db431156906312a7c1dab3723d8c9e51d15148b92d97a998221c6838eb926f36c6b924c9fc8a6a64ba904e36482ff5164867c482502aa638462f diff --git a/virtual/opencl/opencl-3-r4.ebuild b/virtual/opencl/opencl-3-r5.ebuild index 47c50894d7c5..155f55647632 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;" |