From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 58F0C158094 for ; Tue, 4 Oct 2022 03:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7636FE0900; Tue, 4 Oct 2022 03:18:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B46AE0900 for ; Tue, 4 Oct 2022 03:18:07 +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 45C26340E30 for ; Tue, 4 Oct 2022 03:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56CD5F8 for ; Tue, 4 Oct 2022 03:18:04 +0000 (UTC) From: "Sam James" 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" Message-ID: <1664853476.e3cacb2938932f69a6eaf3635d1c950b687e07ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/opencl/opencl-3-r2.ebuild X-VCS-Directories: virtual/opencl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3cacb2938932f69a6eaf3635d1c950b687e07ec X-VCS-Branch: master Date: Tue, 4 Oct 2022 03:18:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8eb57c21-b0c0-45d1-ad8c-ea708a888add X-Archives-Hash: 0c14e439af897a565e50ac3e1087efc5 commit: e3cacb2938932f69a6eaf3635d1c950b687e07ec Author: Sam James gentoo org> AuthorDate: Tue Oct 4 03:14:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 03:17:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cacb29 virtual/opencl: stabilize 3-r2 for ALLARCHES Signed-off-by: Sam James gentoo.org> virtual/opencl/opencl-3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/opencl/opencl-3-r2.ebuild b/virtual/opencl/opencl-3-r2.ebuild index 56a9bf8353ab..0d693f856d84 100644 --- a/virtual/opencl/opencl-3-r2.ebuild +++ b/virtual/opencl/opencl-3-r2.ebuild @@ -7,7 +7,7 @@ inherit multilib-build DESCRIPTION="Virtual for OpenCL API" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" RDEPEND="|| ( dev-libs/opencl-icd-loader[${MULTILIB_USEDEP}] dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] )"