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 0BCE2138350 for ; Mon, 9 Mar 2020 18:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69CCBE09A5; Mon, 9 Mar 2020 18:30:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55155E09A5 for ; Mon, 9 Mar 2020 18:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 55BD734F34C for ; Mon, 9 Mar 2020 18:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36AC182 for ; Mon, 9 Mar 2020 18:30:26 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1583778606.e171b2286c84c48869ef3be63519aa2dfaef2d9f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e171b2286c84c48869ef3be63519aa2dfaef2d9f X-VCS-Branch: master Date: Mon, 9 Mar 2020 18:30:26 +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: 64f83ab4-e6ff-4a25-b797-dc8a939d6e4e X-Archives-Hash: 594ca3be9994e231ee2713eb5b0561af commit: e171b2286c84c48869ef3be63519aa2dfaef2d9f Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 9 18:29:31 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 9 18:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e171b228 sys-devel/clang-runtime: arm64 stable (bug #705530) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild index 6a8a6c57a88..04d3897324e 100644 --- a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )"