diff options
author | Sam James <sam@gentoo.org> | 2023-01-26 22:06:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-26 22:07:55 +0000 |
commit | bb27e19502b3c6d1513ce43d002ff046c832859b (patch) | |
tree | 3cb023cfd04ffc2f436680c5baf116dde7f75088 /sys-libs/compiler-rt | |
parent | dev-util/lldb: Stabilize 15.0.7 x86, #891893 (diff) | |
download | gentoo-bb27e19502b3c6d1513ce43d002ff046c832859b.tar.gz gentoo-bb27e19502b3c6d1513ce43d002ff046c832859b.tar.bz2 gentoo-bb27e19502b3c6d1513ce43d002ff046c832859b.zip |
sys-libs/compiler-rt: Stabilize 15.0.7 x86, #891893
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild index 17ca6aab38c3..284371357cd2 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.7.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 )" |