From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2921A15ACFB for ; Wed, 19 Apr 2023 20:49:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE51E0875; Wed, 19 Apr 2023 20:49:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3FF1AE0875 for ; Wed, 19 Apr 2023 20:49:54 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DDD034104E for ; Wed, 19 Apr 2023 20:49:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEAEA3E for ; Wed, 19 Apr 2023 20:49:51 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1681937367.3f8f5a4c8a6f10cefbf7fceeed6e46cb4fb7886d.tupone@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.15.0.ebuild X-VCS-Directories: dev-ml/async_kernel/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3f8f5a4c8a6f10cefbf7fceeed6e46cb4fb7886d X-VCS-Branch: master Date: Wed, 19 Apr 2023 20:49:51 +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: 15a22ea8-8023-4971-b5a0-331ba04a1df7 X-Archives-Hash: a1e263497eae90c270d3849eb252bdab commit: 3f8f5a4c8a6f10cefbf7fceeed6e46cb4fb7886d Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 19 20:49:27 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 19 20:49:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8f5a4c dev-ml/async_kernel: stabilize 0.15.0 for amd64 Bug: https://bugs.gentoo.org/901603 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/async_kernel/async_kernel-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild index 3346f3288e03..b04d6536d950 100644 --- a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild +++ b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild @@ -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 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND="dev-ml/core_kernel:${SLOT}"