diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-02-01 12:24:31 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-02-01 12:29:55 +0800 |
commit | e453fe5b80dbc3088cb3d01129de5d044307036b (patch) | |
tree | ae9bee2bb6a7cfae5b69e149ac03a308ca24f497 /sys-libs | |
parent | sys-devel/clang: keyword 16.0.0_rc1 for ~loong (diff) | |
download | gentoo-e453fe5b80dbc3088cb3d01129de5d044307036b.tar.gz gentoo-e453fe5b80dbc3088cb3d01129de5d044307036b.tar.bz2 gentoo-e453fe5b80dbc3088cb3d01129de5d044307036b.zip |
sys-libs/compiler-rt: keyword 16.0.0_rc1 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_rc1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc1.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc1.ebuild index 2ed5fc860074..44675fe040f5 100644 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc1.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 )" |