From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1662077-garchives=archives.gentoo.org@lists.gentoo.org> 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 B4FC815852A for <garchives@archives.gentoo.org>; Fri, 16 Aug 2024 13:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 742A2E2AE4; Fri, 16 Aug 2024 13:58:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595DFE2AE4 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 13:58:55 +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 75AAD34300E for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 13:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F335A1F04 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 13:58:50 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1723816661.06dbb39c9c0430021d3f2834edc4241dc5fb5cd8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-private-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild X-VCS-Directories: dev-ml/dune-private-libs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06dbb39c9c0430021d3f2834edc4241dc5fb5cd8 X-VCS-Branch: master Date: Fri, 16 Aug 2024 13:58:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2dbc036-dd93-4e5c-ade5-6d3a1df15131 X-Archives-Hash: 397c67990d068b46ae1f0d010aee8ad0 commit: 06dbb39c9c0430021d3f2834edc4241dc5fb5cd8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 13:57:41 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 13:57:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dbb39c dev-ml/dune-private-libs: Stabilize 3.16.0-r3 ppc64, #937870 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild b/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild index 8f7aa1214efa..5f18338cf9ee 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r3.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/dune-${PV}" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RESTRICT="test"