diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 22:21:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 22:21:04 +0300 |
commit | ddb83ce0f20a72e52f011623348b6c626b0726d1 (patch) | |
tree | 04524d8efb50c8a0669ce5ea6f581fbc123d8b45 /sys-libs | |
parent | sys-devel/lld-toolchain-symlinks: Stabilize 15-r2 ppc64, #878087 (diff) | |
download | gentoo-ddb83ce0f20a72e52f011623348b6c626b0726d1.tar.gz gentoo-ddb83ce0f20a72e52f011623348b6c626b0726d1.tar.bz2 gentoo-ddb83ce0f20a72e52f011623348b6c626b0726d1.zip |
sys-libs/compiler-rt: Stabilize 15.0.3 ppc64, #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 4eed2e6f4ef2..ec7e5616d2c1 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 )" |