diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 16:50:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 16:52:52 +0000 |
commit | b9b063d8abbf93f82ad6595480387d95d550bced (patch) | |
tree | 106099496f827e407e43ddf84f16d673db3b761f /sys-libs/compiler-rt | |
parent | dev-util/lldb: Stabilize 11.1.0 arm64, #777282 (diff) | |
download | gentoo-b9b063d8abbf93f82ad6595480387d95d550bced.tar.gz gentoo-b9b063d8abbf93f82ad6595480387d95d550bced.tar.bz2 gentoo-b9b063d8abbf93f82ad6595480387d95d550bced.zip |
sys-libs/compiler-rt: Stabilize 11.1.0 arm64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild index e19304fcf858..31085e5f5a71 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -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="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |