From: Markus Meier Date: Sat, 25 Feb 2017 07:51:09 +0000 (+0100) Subject: sys-devel/clang: add ~arm64, bug #591822 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b758dfd1979f977816ce7865ba59470eac737a9;p=gentoo.git sys-devel/clang: add ~arm64, bug #591822 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" --- diff --git a/sys-devel/clang/clang-3.9.1-r100.ebuild b/sys-devel/clang/clang-3.9.1-r100.ebuild index fad4beaccb6e..3c72d6496a3f 100644 --- a/sys-devel/clang/clang-3.9.1-r100.ebuild +++ b/sys-devel/clang/clang-3.9.1-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" # keep in sync with sys-devel/llvm! SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}]"