diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-30 20:54:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-30 20:54:53 +0300 |
commit | 9ed0a602355745f93c4338d4df2c7ea045db3768 (patch) | |
tree | b086237bd27be1d27778d41386aa5f45a264894a /sys-libs | |
parent | dev-util/lldb: Stabilize 14.0.6 arm, #861950 (diff) | |
download | gentoo-9ed0a602355745f93c4338d4df2c7ea045db3768.tar.gz gentoo-9ed0a602355745f93c4338d4df2c7ea045db3768.tar.bz2 gentoo-9ed0a602355745f93c4338d4df2c7ea045db3768.zip |
sys-libs/compiler-rt: Stabilize 14.0.6 arm, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild index c3b1e79632fb..74341cc120af 100644 --- a/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-14.0.6.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="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |