diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-12-19 13:38:39 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-12-19 13:40:04 +0800 |
commit | 98b67dc8691e4338b9ebdfa87b5fd4459712a0a2 (patch) | |
tree | b98f2bc1cdf6cbfdb91f810c8e3d3edad47cccfd /sys-libs/libcxx | |
parent | sys-libs/libcxxabi: keyword 16.0.0_pre20221217 for ~loong (diff) | |
download | gentoo-98b67dc8691e4338b9ebdfa87b5fd4459712a0a2.tar.gz gentoo-98b67dc8691e4338b9ebdfa87b5fd4459712a0a2.tar.bz2 gentoo-98b67dc8691e4338b9ebdfa87b5fd4459712a0a2.zip |
sys-libs/libcxx: keyword 16.0.0_pre20221217 for ~loong
https://reviews.llvm.org/D139297 is yet to be merged but it only affects
tests, functionality is already working.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-16.0.0_pre20221217.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-16.0.0_pre20221217.ebuild b/sys-libs/libcxx/libcxx-16.0.0_pre20221217.ebuild index 9b9bd5a335cb..d48fac4055ab 100644 --- a/sys-libs/libcxx/libcxx-16.0.0_pre20221217.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0_pre20221217.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="" +KEYWORDS="~loong" IUSE="+clang +libcxxabi static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |