diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:31:41 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:31:41 -0400 |
commit | eacc1933ce65a6b5287ef52855e6fcecffd4dcd2 (patch) | |
tree | a6b30eb4dd3c2c74d961e7b94a4e3b28c2d7bac4 /sys-devel | |
parent | sys-devel/clang-common: arm64 stable (diff) | |
download | gentoo-eacc1933ce65a6b5287ef52855e6fcecffd4dcd2.tar.gz gentoo-eacc1933ce65a6b5287ef52855e6fcecffd4dcd2.tar.bz2 gentoo-eacc1933ce65a6b5287ef52855e6fcecffd4dcd2.zip |
sys-devel/clang: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-7.1.0.ebuild b/sys-devel/clang/clang-7.1.0.ebuild index d9c6a2daee3a..efc43f642bcc 100644 --- a/sys-devel/clang/clang-7.1.0.ebuild +++ b/sys-devel/clang/clang-7.1.0.ebuild @@ -31,7 +31,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )" |