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 ACF3C15A7D9 for ; Thu, 16 Mar 2023 13:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB3F3E07B3; Thu, 16 Mar 2023 13:42:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B006FE07B3 for ; Thu, 16 Mar 2023 13:42:37 +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 CF24233E695 for ; Thu, 16 Mar 2023 13:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EDAA7F9 for ; Thu, 16 Mar 2023 13:42:35 +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: <1678972314.8c97ed5d6a519857fb25c005caf450f802c31939.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fixed_literal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild X-VCS-Directories: dev-ml/ppx_fixed_literal/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8c97ed5d6a519857fb25c005caf450f802c31939 X-VCS-Branch: master Date: Thu, 16 Mar 2023 13:42:35 +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: 508ca8fa-4966-459d-8ba0-c62429c4b911 X-Archives-Hash: ff8271650395832fde55538e02561286 commit: 8c97ed5d6a519857fb25c005caf450f802c31939 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Mar 16 13:11:54 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 16 13:11:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c97ed5d dev-ml/ppx_fixed_literal: stabilize 0.15.0 for amd64 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild b/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild index 432f8629b312..7e389a505db1 100644 --- a/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild +++ b/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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/ppx_fixed_literal/archive/v${PV}.tar.gz - LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" DEPEND="