diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-09 16:30:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-09 16:32:17 +0100 |
commit | 8644726866d6182fcc93a5db4ae9b2ce79d31ae7 (patch) | |
tree | 0b6e32c5d30c1dcbcc96c3ea025a6363bbc852d5 /sys-devel/llvm | |
parent | app-misc/tmux-xpanes: stable for amd64+x86. (diff) | |
download | gentoo-8644726866d6182fcc93a5db4ae9b2ce79d31ae7.tar.gz gentoo-8644726866d6182fcc93a5db4ae9b2ce79d31ae7.tar.bz2 gentoo-8644726866d6182fcc93a5db4ae9b2ce79d31ae7.zip |
sys-devel/llvm: Dekeyword 6.0.0 ~arm64 due to app-arch/xar
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-6.0.0.ebuild b/sys-devel/llvm/llvm-6.0.0.ebuild index b6c316b7e5b8..e474af58c92d 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 ~arm64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~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 )" |