commit: a54776c420d06246079968c62bbc3052e37b07e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:39 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:12:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54776c4
llvm-runtimes/libcxxabi: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/libcxxabi/libcxxabi-20.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm-runtimes/libcxxabi/libcxxabi-20.1.0.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-20.1.0.ebuild index 412d927e8b49..839fcbe90fb7 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-20.1.0.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-20.1.0.ebuild @@ -12,6 +12,7 @@ HOMEPAGE="https://libcxxabi.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 +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )"
