diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:04:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:04:39 +0100 |
commit | 56c477abdced4f404160e0585f383f73162a8f18 (patch) | |
tree | ed3662aef93f46b6104e2ba837207e7c3c48d50d /sys-devel/llvm | |
parent | app-text/htmltidy: Stabilize 5.8.0-r1 sparc, #812425 (diff) | |
download | gentoo-56c477abdced4f404160e0585f383f73162a8f18.tar.gz gentoo-56c477abdced4f404160e0585f383f73162a8f18.tar.bz2 gentoo-56c477abdced4f404160e0585f383f73162a8f18.zip |
sys-devel/llvm: Stabilize 12.0.1 ppc64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-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 55b1213903da..d192613a8d32 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[*]} )" |