diff options
author | Sam James <sam@gentoo.org> | 2021-03-30 00:24:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-30 00:28:02 +0000 |
commit | 43ac77e4b557534c70141b0dfe976033651e9686 (patch) | |
tree | a41e4cac8c7da342ecec148200fda8d9d302e2a4 /sys-devel/llvm/llvm-11.1.0.ebuild | |
parent | sys-libs/libcxx: Stabilize 11.1.0 arm, #777282 (diff) | |
download | gentoo-43ac77e4b557534c70141b0dfe976033651e9686.tar.gz gentoo-43ac77e4b557534c70141b0dfe976033651e9686.tar.bz2 gentoo-43ac77e4b557534c70141b0dfe976033651e9686.zip |
sys-devel/llvm: Stabilize 11.1.0 arm, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/llvm-11.1.0.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild index 47f7fbdeb37b..ebec379cf2cc 100644 --- a/sys-devel/llvm/llvm-11.1.0.ebuild +++ b/sys-devel/llvm/llvm-11.1.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 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv 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[*]} )" |