diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 16:29:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-18 16:29:33 +0100 |
commit | 8eab412089df2d27b45d89d61f0d74326c14adf9 (patch) | |
tree | ed72ba9ad6440e71e0f7f644b5601ddadf5bdd41 /sys-devel | |
parent | sys-devel/llvm-common: Stabilize 12.0.0 x86, #796215 (diff) | |
download | gentoo-8eab412089df2d27b45d89d61f0d74326c14adf9.tar.gz gentoo-8eab412089df2d27b45d89d61f0d74326c14adf9.tar.bz2 gentoo-8eab412089df2d27b45d89d61f0d74326c14adf9.zip |
sys-devel/llvm: Stabilize 12.0.0 x86, #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 96705239ff0e..30f79d7b68e6 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[*]} )" |