From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CF9FF1382A4 for ; Tue, 31 May 2016 19:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1860721C012; Tue, 31 May 2016 19:16:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F20A21C012 for ; Tue, 31 May 2016 19:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C572340CE4 for ; Tue, 31 May 2016 19:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CE1983 for ; Tue, 31 May 2016 19:16:15 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1464722103.099e2333ff01cd87f3debaed9f8769c7e1680799.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.7.1-r2.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 099e2333ff01cd87f3debaed9f8769c7e1680799 X-VCS-Branch: master Date: Tue, 31 May 2016 19:16:15 +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: c4dbc71e-b107-466d-b47c-065ae5fe2d81 X-Archives-Hash: eb07492d928a230385b314cddb19d1ed commit: 099e2333ff01cd87f3debaed9f8769c7e1680799 Author: Markus Meier gentoo org> AuthorDate: Tue May 31 19:15:03 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue May 31 19:15:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099e2333 sys-devel/llvm: arm stable, bug #564402 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" sys-devel/llvm/llvm-3.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-3.7.1-r2.ebuild b/sys-devel/llvm/llvm-3.7.1-r2.ebuild index 10e5e16..9e22175 100644 --- a/sys-devel/llvm/llvm-3.7.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.7.1-r2.ebuild @@ -21,7 +21,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug doc gold libedit +libffi lldb multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon kernel_Darwin kernel_FreeBSD"