diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 19:07:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 19:38:43 +0100 |
commit | 2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7 (patch) | |
tree | 728ec48292708b72d2122d2d2ed219d6780761d1 /sys-libs/compiler-rt | |
parent | sys-libs/compiler-rt-sanitizers: Keyword 10.0.0rc3 (diff) | |
download | gentoo-2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7.tar.gz gentoo-2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7.tar.bz2 gentoo-2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7.zip |
sys-libs/compiler-rt: Keyword 10.0.0rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild index 597584d700e1..ff0cc33bd948 100644 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |