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 B450A158021 for ; Wed, 19 Oct 2022 20:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD7F9E08DD; Wed, 19 Oct 2022 20:42:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A82AAE08DD for ; Wed, 19 Oct 2022 20:42:08 +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 D3C05340F06 for ; Wed, 19 Oct 2022 20:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282FC62B for ; Wed, 19 Oct 2022 20:42:05 +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: <1666212103.b88d1c2372e837e01d6792be38e7a696626024d5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_typerep_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild X-VCS-Directories: dev-ml/ppx_typerep_conv/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b88d1c2372e837e01d6792be38e7a696626024d5 X-VCS-Branch: master Date: Wed, 19 Oct 2022 20:42:05 +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: 2ae9fe6e-2089-47be-af6f-72197c8b40ad X-Archives-Hash: 4641468e3a10fe9f6ce1c7e7a2fce8d6 commit: b88d1c2372e837e01d6792be38e7a696626024d5 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Oct 19 20:37:23 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Oct 19 20:41:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88d1c23 dev-ml/ppx_typerep_conv: adj deps Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild | 1 + dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild index 288b817a674b..0df0cc4ce894 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild @@ -22,5 +22,6 @@ DEPEND=" >=dev-ml/ocaml-compiler-libs-0.11.0:= >=dev-ml/ocaml-migrate-parsetree-2.0.0:= dev-ml/cinaps:= + dev-ml/sexplib0:= " RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild index 5928e17db8ae..3162827ca211 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild @@ -21,5 +21,6 @@ DEPEND=" >=dev-ml/ocaml-compiler-libs-0.11.0:= >=dev-ml/ocaml-migrate-parsetree-2.0.0:= dev-ml/cinaps:= + dev-ml/sexplib0:= " RDEPEND="${DEPEND}"