diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-15 11:19:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-15 11:19:11 +0300 |
commit | 7acb0dde28d06680eb110397833410906865a4e5 (patch) | |
tree | d9225e048272dabb32ba2987c5f9510073b26316 /dev-util | |
parent | dev-util/maturin: Stabilize 1.1.0 x86, #910355 (diff) | |
download | gentoo-7acb0dde28d06680eb110397833410906865a4e5.tar.gz gentoo-7acb0dde28d06680eb110397833410906865a4e5.tar.bz2 gentoo-7acb0dde28d06680eb110397833410906865a4e5.zip |
dev-util/opencl-headers: Stabilize 2023.04.17 amd64, #910371
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/opencl-headers/opencl-headers-2023.04.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/opencl-headers/opencl-headers-2023.04.17.ebuild b/dev-util/opencl-headers/opencl-headers-2023.04.17.ebuild index bae383d070b2..2c6638a003a5 100644 --- a/dev-util/opencl-headers/opencl-headers-2023.04.17.ebuild +++ b/dev-util/opencl-headers/opencl-headers-2023.04.17.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ppc64 ~riscv ~x86" +KEYWORDS="amd64 ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |