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 CC94915ACFB for ; Mon, 24 Apr 2023 11:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 131C5E0CE1; Mon, 24 Apr 2023 11:32:23 +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 F4229E0CE1 for ; Mon, 24 Apr 2023 11:32:22 +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 421F6340F7B for ; Mon, 24 Apr 2023 11:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52FCA3F for ; Mon, 24 Apr 2023 11:32:20 +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: <1682335899.1f92573a957f2d7d8db777add695ef6e8885fbed.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppxlib/ppxlib-0.29.1.ebuild X-VCS-Directories: dev-ml/ppxlib/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1f92573a957f2d7d8db777add695ef6e8885fbed X-VCS-Branch: master Date: Mon, 24 Apr 2023 11:32:20 +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: e4835ad8-cd67-4128-ab82-563b94f84750 X-Archives-Hash: 70cec2216d838ba9b12533544cd99141 commit: 1f92573a957f2d7d8db777add695ef6e8885fbed Author: Alfredo Tupone gentoo org> AuthorDate: Mon Apr 24 11:26:57 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Apr 24 11:31:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f92573a dev-ml/ppxlib: stabilize 0.29.1 for amd64 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppxlib/ppxlib-0.29.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ppxlib/ppxlib-0.29.1.ebuild b/dev-ml/ppxlib/ppxlib-0.29.1.ebuild index 5dcf6f546bc2..9dee33ce54c6 100644 --- a/dev-ml/ppxlib/ppxlib-0.29.1.ebuild +++ b/dev-ml/ppxlib/ppxlib-0.29.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz 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 test" RESTRICT="!test? ( test )"