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 74419158020 for ; Fri, 14 Oct 2022 19:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF34EE087E; Fri, 14 Oct 2022 19:06:24 +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 9C7F3E087E for ; Fri, 14 Oct 2022 19:06:24 +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 E696D341174 for ; Fri, 14 Oct 2022 19:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86827615 for ; Fri, 14 Oct 2022 19:06:22 +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: <1665774366.e3e05f9edd75e26b615979dcac7c9ab26ee6d361.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/sexplib/sexplib-0.14.0.ebuild X-VCS-Directories: dev-ml/sexplib/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e3e05f9edd75e26b615979dcac7c9ab26ee6d361 X-VCS-Branch: master Date: Fri, 14 Oct 2022 19:06:22 +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: 2062e705-ea23-421c-9d5d-6fd709b4d16e X-Archives-Hash: b28a9d1c64ccfb659e5874f14b2f995d commit: e3e05f9edd75e26b615979dcac7c9ab26ee6d361 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Oct 14 19:05:41 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Oct 14 19:06:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e05f9e dev-ml/sexplib: adj deps Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/sexplib/sexplib-0.14.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/sexplib/sexplib-0.14.0.ebuild b/dev-ml/sexplib/sexplib-0.14.0.ebuild index d1cbba8e921d..97e96b2bc2d8 100644 --- a/dev-ml/sexplib/sexplib-0.14.0.ebuild +++ b/dev-ml/sexplib/sexplib-0.14.0.ebuild @@ -15,9 +15,9 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=" - dev-ml/parsexp:= - dev-ml/base:= - dev-ml/sexplib0:= + =dev-ml/parsexp-0.14*:= + dev-ml/base:= + dev-ml/sexplib0:0/0.14.0 dev-ml/num:= " DEPEND="${RDEPEND}"