diff options
author | 2023-01-28 00:14:55 +0000 | |
---|---|---|
committer | 2023-01-28 00:14:55 +0000 | |
commit | fcd191eab04ebb0a515d0bad068e615cf45287cc (patch) | |
tree | e9d91d2cb51208d2f3a5307ac6108f0cc329635d /dev-libs/opencl-icd-loader | |
parent | dev-libs/clhpp: Stabilize 2.0.19 amd64, #892277 (diff) | |
download | gentoo-fcd191eab04ebb0a515d0bad068e615cf45287cc.tar.gz gentoo-fcd191eab04ebb0a515d0bad068e615cf45287cc.tar.bz2 gentoo-fcd191eab04ebb0a515d0bad068e615cf45287cc.zip |
dev-libs/opencl-icd-loader: Stabilize 2022.09.30 amd64, #892277
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-2022.09.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/opencl-icd-loader/opencl-icd-loader-2022.09.30.ebuild b/dev-libs/opencl-icd-loader/opencl-icd-loader-2022.09.30.ebuild index 78a30e45e5aa..a8d713c253d7 100644 --- a/dev-libs/opencl-icd-loader/opencl-icd-loader-2022.09.30.ebuild +++ b/dev-libs/opencl-icd-loader/opencl-icd-loader-2022.09.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |