diff options
author | 2021-02-24 14:59:01 +0300 | |
---|---|---|
committer | 2021-02-24 14:59:01 +0300 | |
commit | 187fe2a35f9a0d98e7dedb4a2af9437449e630c7 (patch) | |
tree | aeb610668c430fdca0eb11ef6dfae9579a909718 /sys-libs/compiler-rt | |
parent | dev-util/lldb: Stabilize 11.0.1 amd64, #768567 (diff) | |
download | gentoo-187fe2a35f9a0d98e7dedb4a2af9437449e630c7.tar.gz gentoo-187fe2a35f9a0d98e7dedb4a2af9437449e630c7.tar.bz2 gentoo-187fe2a35f9a0d98e7dedb4a2af9437449e630c7.zip |
sys-libs/compiler-rt: Stabilize 11.0.1 amd64, #768567
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild index 9dda85b2b361..277ad800fa3e 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.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 )" |