diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:10 +0300 |
commit | 61456863e9eb11377ff1f4965e34b74a27c30996 (patch) | |
tree | 3fbcbe98ae4f3d1045326bc08266ac298b9766d8 /sys-libs | |
parent | dev-util/lldb: Stabilize 15.0.3 arm64, #878087 (diff) | |
download | gentoo-61456863e9eb11377ff1f4965e34b74a27c30996.tar.gz gentoo-61456863e9eb11377ff1f4965e34b74a27c30996.tar.bz2 gentoo-61456863e9eb11377ff1f4965e34b74a27c30996.zip |
sys-libs/compiler-rt: Stabilize 15.0.3 arm64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild index 044c81a79eb4..4eed2e6f4ef2 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_VERSION}" -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 )" |