diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 20:25:34 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 20:30:01 +0200 |
commit | 268626429dda235c02dc5e7f304b6e354f8e27f6 (patch) | |
tree | 8b65bedff38ec6d52e76832690318e9f697f75f0 /sys-devel/llvm | |
parent | sys-devel/llvm-common: arm64 stable (bug #705530) (diff) | |
download | gentoo-268626429dda235c02dc5e7f304b6e354f8e27f6.tar.gz gentoo-268626429dda235c02dc5e7f304b6e354f8e27f6.tar.bz2 gentoo-268626429dda235c02dc5e7f304b6e354f8e27f6.zip |
sys-devel/llvm: arm64 stable (bug #705530)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9.0.1.ebuild b/sys-devel/llvm/llvm-9.0.1.ebuild index 33ff596a3c4d..970b4af0dc1d 100644 --- a/sys-devel/llvm/llvm-9.0.1.ebuild +++ b/sys-devel/llvm/llvm-9.0.1.ebuild @@ -29,7 +29,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 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" |