diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-10-03 15:32:24 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-10-03 16:24:56 +0200 |
commit | e3aca393bbb47e025f2cf25ab07cc2205a9a6465 (patch) | |
tree | 7fec3f8f0c318510a7aa81d4f7269c7c4d0483f1 /virtual/opencl | |
parent | dev-python/watchdog: Remove old (diff) | |
download | gentoo-e3aca393bbb47e025f2cf25ab07cc2205a9a6465.tar.gz gentoo-e3aca393bbb47e025f2cf25ab07cc2205a9a6465.tar.bz2 gentoo-e3aca393bbb47e025f2cf25ab07cc2205a9a6465.zip |
dev-libs/intel-neo: rename to dev-libs/intel-compute-runtime
This renames intel-neo to the proper upstream name, which every other
distribution is using.
Closes: https://github.com/gentoo/gentoo/pull/22475
Closes: https://bugs.gentoo.org/815184
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'virtual/opencl')
-rw-r--r-- | virtual/opencl/opencl-3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/opencl/opencl-3-r1.ebuild b/virtual/opencl/opencl-3-r1.ebuild index 9b114b48f75c..525acb9d011a 100644 --- a/virtual/opencl/opencl-3-r1.ebuild +++ b/virtual/opencl/opencl-3-r1.ebuild @@ -18,7 +18,7 @@ pkg_postinst() { elog "Currently included in Gentoo are:" elog elog " * open:" - elog " - dev-libs/intel-neo - integrated Intel GPUs from Broadwell onwards. 64-bit only;" + elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from Broadwell onwards. 64-bit only;" 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;" elog |