From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1624353-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C5851581F2 for <garchives@archives.gentoo.org>; Wed, 24 Apr 2024 14:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E189B2BC01D; Wed, 24 Apr 2024 14:13:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1DBC2BC01D for <gentoo-commits@lists.gentoo.org>; Wed, 24 Apr 2024 14:13:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAB1D3431AA for <gentoo-commits@lists.gentoo.org>; Wed, 24 Apr 2024 14:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D617173B for <gentoo-commits@lists.gentoo.org>; Wed, 24 Apr 2024 14:13:08 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1713967971.9ce094761211831b7552fc2040fea510cbc257a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/opencl-headers/opencl-headers-2023.12.14.ebuild X-VCS-Directories: dev-util/opencl-headers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ce094761211831b7552fc2040fea510cbc257a0 X-VCS-Branch: master Date: Wed, 24 Apr 2024 14:13:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5f9c63e-1404-41bd-97e2-644b4363c9a4 X-Archives-Hash: d06dc48308a822d9db29e1c9a734246a commit: 9ce094761211831b7552fc2040fea510cbc257a0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 24 14:12:51 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 24 14:12:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce09476 dev-util/opencl-headers: Stabilize 2023.12.14 ppc64, #930575 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/opencl-headers/opencl-headers-2023.12.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/opencl-headers/opencl-headers-2023.12.14.ebuild b/dev-util/opencl-headers/opencl-headers-2023.12.14.ebuild index e31ba9edaf8a..3398dbc416eb 100644 --- a/dev-util/opencl-headers/opencl-headers-2023.12.14.ebuild +++ b/dev-util/opencl-headers/opencl-headers-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/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 )"