diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:13:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:13:59 +0300 |
commit | bde48a4bc1b85f570827d6ca48cf2b63e6520100 (patch) | |
tree | 30a10e4cb91c3408b446a9498c9b1aad49bae7dc /sys-libs | |
parent | dev-util/lldb: Stabilize 11.1.0 amd64, #777282 (diff) | |
download | gentoo-bde48a4bc1b85f570827d6ca48cf2b63e6520100.tar.gz gentoo-bde48a4bc1b85f570827d6ca48cf2b63e6520100.tar.bz2 gentoo-bde48a4bc1b85f570827d6ca48cf2b63e6520100.zip |
sys-libs/compiler-rt: Stabilize 11.1.0 amd64, #777282
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 ed8d7713b352..2503f211925e 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 )" |