diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 08:18:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 08:18:19 +0100 |
commit | c489817ca1beb530ae9f6dca03632c86c8c78ccf (patch) | |
tree | 03355c65ac5c47e73ec2a6d8ae9352aeb47dd6c4 /sys-devel | |
parent | sys-libs/libcxx: Stabilize 12.0.0 arm64, #796215 (diff) | |
download | gentoo-c489817ca1beb530ae9f6dca03632c86c8c78ccf.tar.gz gentoo-c489817ca1beb530ae9f6dca03632c86c8c78ccf.tar.bz2 gentoo-c489817ca1beb530ae9f6dca03632c86c8c78ccf.zip |
sys-devel/llvm: Stabilize 12.0.0 arm64, #796215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-12.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-12.0.0.ebuild b/sys-devel/llvm/llvm-12.0.0.ebuild index 1ea57372b563..7fe87fbbd139 100644 --- a/sys-devel/llvm/llvm-12.0.0.ebuild +++ b/sys-devel/llvm/llvm-12.0.0.ebuild @@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" |