diff options
author | Sam James <sam@gentoo.org> | 2021-09-10 02:25:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-10 02:25:34 +0100 |
commit | a1e667a56c2c45270d8bb9a1a7668862a05c175f (patch) | |
tree | 4bd338e1b36022bfd40d184aed8d32ebca525757 /sys-devel | |
parent | sys-libs/libcxx: Stabilize 12.0.1 arm64, #804471 (diff) | |
download | gentoo-a1e667a56c2c45270d8bb9a1a7668862a05c175f.tar.gz gentoo-a1e667a56c2c45270d8bb9a1a7668862a05c175f.tar.bz2 gentoo-a1e667a56c2c45270d8bb9a1a7668862a05c175f.zip |
sys-devel/llvm: Stabilize 12.0.1 arm64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-12.0.1.ebuild b/sys-devel/llvm/llvm-12.0.1.ebuild index 30f76066e2e5..07bd0273bb6b 100644 --- a/sys-devel/llvm/llvm-12.0.1.ebuild +++ b/sys-devel/llvm/llvm-12.0.1.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[*]} )" |