diff options
author | Sam James <sam@gentoo.org> | 2024-03-23 16:20:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-23 16:20:54 +0000 |
commit | 0cb1d4783a1e2b967875fdeac91d57b192975ed4 (patch) | |
tree | d7636d791c6a556793b8638cebab83e19c0008d5 /sys-libs | |
parent | sys-devel/clang: Stabilize 17.0.6 ppc64, #920044 (diff) | |
download | gentoo-0cb1d4783a1e2b967875fdeac91d57b192975ed4.tar.gz gentoo-0cb1d4783a1e2b967875fdeac91d57b192975ed4.tar.bz2 gentoo-0cb1d4783a1e2b967875fdeac91d57b192975ed4.zip |
sys-libs/compiler-rt: Stabilize 17.0.6 ppc64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild index 96a83a868203..50ca8e397361 100644 --- a/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |