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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 338D4158021 for ; Wed, 26 Oct 2022 19:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39634E09D9; Wed, 26 Oct 2022 19:43:55 +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 1E62AE09D9 for ; Wed, 26 Oct 2022 19:43:55 +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 34931341015 for ; Wed, 26 Oct 2022 19:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E08D61D for ; Wed, 26 Oct 2022 19:43:52 +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: <1666813407.78240914d066fae454b4a8f2bf4ac6de1cee67f1.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: 78240914d066fae454b4a8f2bf4ac6de1cee67f1 X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:43:52 +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: 5864fea5-a310-48cf-81e5-691a9777652e X-Archives-Hash: a3fcc3d90a2362b5c2c236e9e419f881 commit: 78240914d066fae454b4a8f2bf4ac6de1cee67f1 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Oct 26 19:28:26 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 19:43:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78240914 dev-libs/opencl-clang: amd64 stable 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 d9682f8e0030..658057bcc863 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}=