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 5CA0C15800F for ; Thu, 9 Feb 2023 21:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 831B0E0869; Thu, 9 Feb 2023 21:07:54 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6604CE0869 for ; Thu, 9 Feb 2023 21:07:54 +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 3793C340C1C for ; Thu, 9 Feb 2023 21:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D64CD89C for ; Thu, 9 Feb 2023 21:07:50 +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: <1675976817.2b774e2cd3f31b8227ec5c0d750d97922d094c67.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_bin_prot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0.ebuild X-VCS-Directories: dev-ml/ppx_bin_prot/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2b774e2cd3f31b8227ec5c0d750d97922d094c67 X-VCS-Branch: master Date: Thu, 9 Feb 2023 21:07:50 +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: 5498a709-2ec2-4b4d-bb46-9d741fb98033 X-Archives-Hash: ee128159f8d1df743310c4b4bc95b44d commit: 2b774e2cd3f31b8227ec5c0d750d97922d094c67 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Feb 9 21:06:57 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Feb 9 21:06:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b774e2c dev-ml/ppx_bin_prot: add deps on ppxlib Signed-off-by: Alfredo Tupone gentoo.org> .../{ppx_bin_prot-0.15.0.ebuild => ppx_bin_prot-0.15.0-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild similarity index 89% rename from dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0.ebuild rename to dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild index b58e50d24335..bd280143ac23 100644 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0.ebuild +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.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 @@ -18,7 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-ml/bin_prot:${SLOT} dev-ml/ppx_here:${SLOT} - " + >=dev-ml/ppxlib-0.23.0:= +" DEPEND="${RDEPEND} test? ( dev-ml/ppx_jane