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 AD125138359 for ; Tue, 3 Nov 2020 11:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83788E0AA3; Tue, 3 Nov 2020 11:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A124E0AA3 for ; Tue, 3 Nov 2020 11:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67B4B335D8B for ; Tue, 3 Nov 2020 11:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4C83FA for ; Tue, 3 Nov 2020 11:49:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1604403790.541993e29a39533d7a89fcb937d6a56afd31d2a3.marecki@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-10.0.0.1-r1.ebuild X-VCS-Directories: dev-libs/opencl-clang/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 541993e29a39533d7a89fcb937d6a56afd31d2a3 X-VCS-Branch: master Date: Tue, 3 Nov 2020 11:49:35 +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: 409f210d-2c12-4fa8-8924-0c4eaaa048e8 X-Archives-Hash: 6fcf56a51a813114e687ba78d61dc275 commit: 541993e29a39533d7a89fcb937d6a56afd31d2a3 Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 3 11:43:10 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Nov 3 11:43:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541993e2 dev-libs/opencl-clang-10.0.0.1-r1: mark stable on amd64 Bug: https://bugs.gentoo.org/742374 Signed-off-by: Marek Szuba gentoo.org> dev-libs/opencl-clang/opencl-clang-10.0.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/opencl-clang/opencl-clang-10.0.0.1-r1.ebuild b/dev-libs/opencl-clang/opencl-clang-10.0.0.1-r1.ebuild index 362abf92b92..8d0b2232807 100644 --- a/dev-libs/opencl-clang/opencl-clang-10.0.0.1-r1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-10.0.0.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="UoI-NCSA" SLOT="10" -KEYWORDS="~amd64" +KEYWORDS="amd64" S="${WORKDIR}/${MY_P}"