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 CED7B158020 for ; Wed, 26 Oct 2022 20:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1805DE09A1; Wed, 26 Oct 2022 20:09:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 006F7E09A1 for ; Wed, 26 Oct 2022 20:09:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C99E341030 for ; Wed, 26 Oct 2022 20:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD1F629 for ; Wed, 26 Oct 2022 20:09:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666814930.423cd3b18b13711204d7f85db895ccce8615ad2b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild X-VCS-Directories: dev-libs/opencl-clang/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 423cd3b18b13711204d7f85db895ccce8615ad2b X-VCS-Branch: master Date: Wed, 26 Oct 2022 20:09:21 +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: 2fd5e01c-636a-4c8b-b8a2-6e9d308ef65f X-Archives-Hash: 9aa53e0e5a60192963a248eb45e3659f commit: 423cd3b18b13711204d7f85db895ccce8615ad2b Author: Conrad Kostecki gentoo org> AuthorDate: Wed Oct 26 20:07:35 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 20:08:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423cd3b1 Revert "dev-libs/opencl-clang: amd64 stable" This reverts commit 78240914d066fae454b4a8f2bf4ac6de1cee67f1. Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild index 658057bcc863..d9682f8e0030 100644 --- a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PV}" LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" -KEYWORDS="amd64" +KEYWORDS="~amd64" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}=