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 D27CE1584AD for ; Thu, 01 May 2025 17:58:48 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BD948343065 for ; Thu, 01 May 2025 17:58:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A3FDC1103DD; Thu, 01 May 2025 17:58: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9B5EE1103DD for ; Thu, 01 May 2025 17:58:35 +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 27DF2342FE8 for ; Thu, 01 May 2025 17:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 242892699 for ; Thu, 01 May 2025 17:58:32 +0000 (UTC) From: "Sam James" 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" Message-ID: <1746122275.1d9854c2b04dc7c31851eebcdb1fd21d6ab06310.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cppo/cppo-1.8.0.ebuild X-VCS-Directories: dev-ml/cppo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d9854c2b04dc7c31851eebcdb1fd21d6ab06310 X-VCS-Branch: master Date: Thu, 01 May 2025 17:58:32 +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: 7ff4016f-ddde-464d-ac1b-34b1f5fb3315 X-Archives-Hash: 1cbe0917061c04648803cb35103b1bca commit: 1d9854c2b04dc7c31851eebcdb1fd21d6ab06310 Author: Sam James gentoo org> AuthorDate: Thu May 1 17:57:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 1 17:57:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9854c2 dev-ml/cppo: Stabilize 1.8.0 x86, #954972 Signed-off-by: Sam James gentoo.org> dev-ml/cppo/cppo-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/cppo/cppo-1.8.0.ebuild b/dev-ml/cppo/cppo-1.8.0.ebuild index 8d6220026545..ff749e75ff1f 100644 --- a/dev-ml/cppo/cppo-1.8.0.ebuild +++ b/dev-ml/cppo/cppo-1.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND="dev-ml/ocamlbuild:=