From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CF8615808A for ; Mon, 14 Jul 2025 00:23:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0A264340ED4 for ; Mon, 14 Jul 2025 00:23:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 01E15110564; Mon, 14 Jul 2025 00:22:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E8EBF110562 for ; Mon, 14 Jul 2025 00:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FC11340EC3 for ; Mon, 14 Jul 2025 00:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A630311E for ; Mon, 14 Jul 2025 00:22:56 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1752452554.b2d8ef15740b7f967af6b686d41d02825d37a8e1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_kernel/async_kernel-0.17.0.ebuild X-VCS-Directories: dev-ml/async_kernel/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b2d8ef15740b7f967af6b686d41d02825d37a8e1 X-VCS-Branch: master Date: Mon, 14 Jul 2025 00:22:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c555981-0403-4870-a87a-abe5f26f8cc7 X-Archives-Hash: 14de2ab6d71c13685f9a66af17249f85 commit: b2d8ef15740b7f967af6b686d41d02825d37a8e1 Author: Jakov Smolić gentoo org> AuthorDate: Mon Jul 14 00:22:34 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jul 14 00:22:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d8ef15 dev-ml/async_kernel: Keyword 0.17.0 riscv, #959600 Signed-off-by: Jakov Smolić gentoo.org> dev-ml/async_kernel/async_kernel-0.17.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/async_kernel/async_kernel-0.17.0.ebuild b/dev-ml/async_kernel/async_kernel-0.17.0.ebuild index e82154e1cf72..cda59c441873 100644 --- a/dev-ml/async_kernel/async_kernel-0.17.0.ebuild +++ b/dev-ml/async_kernel/async_kernel-0.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" IUSE="+ocamlopt" RDEPEND="