commit: 906258c8dc08a5ec6722f3f81eafa6bfde3a9511 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 14:52:56 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 15:07:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906258c8
llvm-runtimes/libcxx: Add keywords to 22.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/libcxx/libcxx-22.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm-runtimes/libcxx/libcxx-22.1.0.ebuild b/llvm-runtimes/libcxx/libcxx-22.1.0.ebuild index 670bccda0c24..5dafbd8ea388 100644 --- a/llvm-runtimes/libcxx/libcxx-22.1.0.ebuild +++ b/llvm-runtimes/libcxx/libcxx-22.1.0.ebuild @@ -12,6 +12,7 @@ HOMEPAGE="https://libcxx.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" IUSE="+clang +libcxxabi +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )"
