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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C02315806C for ; Fri, 11 Jul 2025 17:14:22 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E847A3420E7 for ; Fri, 11 Jul 2025 17:14:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D78361102F2; Fri, 11 Jul 2025 17:14:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id CC2FE1102F2 for ; Fri, 11 Jul 2025 17:14:20 +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 7E27D341FF6 for ; Fri, 11 Jul 2025 17:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1EE0171F for ; Fri, 11 Jul 2025 17:14:18 +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: <1752253999.2d7b7e428c40aa941de01296f886698a8b9e126e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r1.ebuild dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r2.ebuild X-VCS-Directories: dev-ml/ppx_sexp_conv/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2d7b7e428c40aa941de01296f886698a8b9e126e X-VCS-Branch: master Date: Fri, 11 Jul 2025 17:14:18 +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: be70965c-5aa6-4b72-b52e-626fa32ba9ae X-Archives-Hash: b46e0634d834e1768126b6475723d91e commit: 2d7b7e428c40aa941de01296f886698a8b9e126e Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jul 11 17:12:59 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jul 11 17:13:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b7e42 dev-ml/ppx_sexp_conv: ppxlib < 0.36.0 Closes: https://bugs.gentoo.org/959776 Signed-off-by: Alfredo Tupone gentoo.org> .../{ppx_sexp_conv-0.16.0-r1.ebuild => ppx_sexp_conv-0.16.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r2.ebuild similarity index 91% rename from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r1.ebuild rename to dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r2.ebuild index b82c30c4f21f..c78ff0022c93 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r1.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ DEPEND=" dev-ml/base:${SLOT}[ocamlopt?] dev-ml/findlib:=[ocamlopt?] >=dev-ml/ppxlib-0.28:=[ocamlopt?] +