diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-03-12 14:29:04 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-03-12 14:29:04 +0800 |
commit | 25568d6d1a57168e356151459b5d0b950bb452f4 (patch) | |
tree | 26c3ff4322114ded063e421fe3ff9fc90f73fc23 /sys-libs | |
parent | sys-devel/clang: keyword 16.0.0_rc4 for ~loong (diff) | |
download | gentoo-25568d6d1a57168e356151459b5d0b950bb452f4.tar.gz gentoo-25568d6d1a57168e356151459b5d0b950bb452f4.tar.bz2 gentoo-25568d6d1a57168e356151459b5d0b950bb452f4.zip |
sys-libs/compiler-rt: keyword 16.0.0_rc4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild index 2ed5fc860074..44675fe040f5 100644 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -KEYWORDS="" +KEYWORDS="~loong" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |