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 4AC2E138334 for ; Tue, 24 Jul 2018 09:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C428E08D3; Tue, 24 Jul 2018 09:43:43 +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 5A160E08D3 for ; Tue, 24 Jul 2018 09:43:42 +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 EDC3333BF41 for ; Tue, 24 Jul 2018 09:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F45388 for ; Tue, 24 Jul 2018 09:43:38 +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: <1532425287.7bab2a0452cb354718f9a27a756bf5770003c9d9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-common/clang-common-6.0.1.ebuild X-VCS-Directories: sys-devel/clang-common/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7bab2a0452cb354718f9a27a756bf5770003c9d9 X-VCS-Branch: master Date: Tue, 24 Jul 2018 09:43:38 +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-Archives-Salt: 7598be04-4648-4db7-957e-8b1b9504e02e X-Archives-Hash: 3c75c88a48066372a4a53e15fd0fed48 commit: 7bab2a0452cb354718f9a27a756bf5770003c9d9 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jul 24 08:27:12 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jul 24 09:41:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bab2a04 sys-devel/clang-common-6.0.1: arm64 stable (bug #661776) Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-devel/clang-common/clang-common-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-common/clang-common-6.0.1.ebuild b/sys-devel/clang-common/clang-common-6.0.1.ebuild index e66eebf12c9..a7ddd072e29 100644 --- a/sys-devel/clang-common/clang-common-6.0.1.ebuild +++ b/sys-devel/clang-common/clang-common-6.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" PDEPEND="sys-devel/clang:*"