From: Michał Górny Date: Tue, 13 Mar 2018 17:31:39 +0000 (+0100) Subject: sys-devel/llvm: Restore ~arm ~arm64 keywords, bug #650024 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=085147a6f71853ea670a114b9dae77f437a3022a;p=gentoo.git sys-devel/llvm: Restore ~arm ~arm64 keywords, bug #650024 --- diff --git a/sys-devel/llvm/llvm-6.0.0.ebuild b/sys-devel/llvm/llvm-6.0.0.ebuild index f0d491628ab9..18abd811e408 100644 --- a/sys-devel/llvm/llvm-6.0.0.ebuild +++ b/sys-devel/llvm/llvm-6.0.0.ebuild @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc gold libedit +libffi ncurses test xar xml kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )"