diff options
author | 2021-09-11 07:06:12 +0100 | |
---|---|---|
committer | 2021-09-11 07:06:12 +0100 | |
commit | f22050b37e94c16eb34e13b3d68eac0d3c00bdac (patch) | |
tree | e29d42cdf9f6b2110005c002452a6831cc86d561 | |
parent | dev-util/lldb: Stabilize 12.0.1 arm, #804471 (diff) | |
download | gentoo-f22050b37e94c16eb34e13b3d68eac0d3c00bdac.tar.gz gentoo-f22050b37e94c16eb34e13b3d68eac0d3c00bdac.tar.bz2 gentoo-f22050b37e94c16eb34e13b3d68eac0d3c00bdac.zip |
sys-libs/compiler-rt: Stabilize 12.0.1 arm, #804471
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild index 6648297342fd..9f0caf6a3eec 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.0.1.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 )" |