diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:50:44 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:50:44 +0100 |
commit | 41f4e432edb8fe507131e1ab6a21a78b2c638c9b (patch) | |
tree | f0b80d366abcbf73cac94a2257c2a7edcd6ff828 /sys-devel | |
parent | dev-python/lit: add ~arm64, bug #591822 (diff) | |
download | gentoo-41f4e432edb8fe507131e1ab6a21a78b2c638c9b.tar.gz gentoo-41f4e432edb8fe507131e1ab6a21a78b2c638c9b.tar.bz2 gentoo-41f4e432edb8fe507131e1ab6a21a78b2c638c9b.zip |
sys-devel/llvm: add ~arm64, bug #591822
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.9.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild index d6cae9d5a70d..985ad7912189 100644 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild @@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" 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="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi lldb multitarget ncurses ocaml python +sanitize +static-analyzer test xml elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" |