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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AC42158086 for ; Fri, 8 Oct 2021 18:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E36E0821; Fri, 8 Oct 2021 18:48:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9F50E0821 for ; Fri, 8 Oct 2021 18:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA867342F44 for ; Fri, 8 Oct 2021 18:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCF7147 for ; Fri, 8 Oct 2021 18:48:01 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1633718839.9eef67112e43dc02436ccfc9ef446dc3453d50e2.ago@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-11.1.0_pre20201222.ebuild X-VCS-Directories: dev-libs/opencl-clang/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9eef67112e43dc02436ccfc9ef446dc3453d50e2 X-VCS-Branch: master Date: Fri, 8 Oct 2021 18:48:01 +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: 00791e32-14e0-4177-bb18-dd9f0ac30f1e X-Archives-Hash: e8d47ed5310b0d193ce2029df0143ddf commit: 9eef67112e43dc02436ccfc9ef446dc3453d50e2 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 8 18:47:19 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 8 18:47:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eef6711 dev-libs/opencl-clang: amd64 stable wrt bug #816828 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/opencl-clang/opencl-clang-11.1.0_pre20201222.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/opencl-clang/opencl-clang-11.1.0_pre20201222.ebuild b/dev-libs/opencl-clang/opencl-clang-11.1.0_pre20201222.ebuild index 12fd32b2fc7..80403ddf333 100644 --- a/dev-libs/opencl-clang/opencl-clang-11.1.0_pre20201222.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-11.1.0_pre20201222.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="UoI-NCSA" SLOT="11" -KEYWORDS="~amd64" +KEYWORDS="amd64" # Force a rebuild of this package once clang has been updated from 10.0.0 to 10.0.1 # in order to work around Bug #743992. Hopefully a one-time thing.