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 14C1915ACFB for ; Mon, 24 Apr 2023 13:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FD5E07DB; Mon, 24 Apr 2023 13:45:35 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB706E07DB for ; Mon, 24 Apr 2023 13:45:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B3E1340B66 for ; Mon, 24 Apr 2023 13:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8A4A3F for ; Mon, 24 Apr 2023 13:45:30 +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: <1682343901.5e9364e290f392efd51a2136b14b91e11e51d49d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_unix/async_unix-0.15.0.ebuild X-VCS-Directories: dev-ml/async_unix/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5e9364e290f392efd51a2136b14b91e11e51d49d X-VCS-Branch: master Date: Mon, 24 Apr 2023 13:45:30 +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: 9b51831e-b982-4f21-9611-f66399413f6c X-Archives-Hash: 7d68fa0b2b45202c8b8862318d4670e3 commit: 5e9364e290f392efd51a2136b14b91e11e51d49d Author: Alfredo Tupone gentoo org> AuthorDate: Mon Apr 24 13:44:44 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Apr 24 13:45:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9364e2 dev-ml/async_unix: stabilize 0.15.0 for amd64 Bug: https://bugs.gentoo.org/901669 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/async_unix/async_unix-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild b/dev-ml/async_unix/async_unix-0.15.0.ebuild index 5ec921aba3b8..b2c1f79fd6d4 100644 --- a/dev-ml/async_unix/async_unix-0.15.0.ebuild +++ b/dev-ml/async_unix/async_unix-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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" RDEPEND="