diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 15:22:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 15:22:52 +0100 |
commit | 71dbf5444823f1c50d47ffc1e5511d60239ac4d8 (patch) | |
tree | 682f9f7a528e6d6a40a7c52d8e459634d63f9c8b /dev-libs/opencl-icd-loader | |
parent | media-sound/alsa-utils: Stabilize 1.2.11 amd64, #930587 (diff) | |
download | gentoo-71dbf5444823f1c50d47ffc1e5511d60239ac4d8.tar.gz gentoo-71dbf5444823f1c50d47ffc1e5511d60239ac4d8.tar.bz2 gentoo-71dbf5444823f1c50d47ffc1e5511d60239ac4d8.zip |
dev-libs/opencl-icd-loader: Stabilize 2023.12.14 amd64, #930577
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/opencl-icd-loader')
-rw-r--r-- | dev-libs/opencl-icd-loader/opencl-icd-loader-2023.12.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/opencl-icd-loader/opencl-icd-loader-2023.12.14.ebuild b/dev-libs/opencl-icd-loader/opencl-icd-loader-2023.12.14.ebuild index 3531e3631cf7..79790b2350fb 100644 --- a/dev-libs/opencl-icd-loader/opencl-icd-loader-2023.12.14.ebuild +++ b/dev-libs/opencl-icd-loader/opencl-icd-loader-2023.12.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |