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 5DC7015817D for ; Tue, 11 Jun 2024 06:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F25AE2A65; Tue, 11 Jun 2024 06:39:31 +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 61438E2A62 for ; Tue, 11 Jun 2024 06:39:31 +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 5BF1E33BE4D for ; Tue, 11 Jun 2024 06:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECDB51769 for ; Tue, 11 Jun 2024 06:39:28 +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: <1718087781.c4f815240a5bcde0f819041256f91d5788247f7a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild X-VCS-Directories: dev-ml/ppx_hash/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c4f815240a5bcde0f819041256f91d5788247f7a X-VCS-Branch: master Date: Tue, 11 Jun 2024 06:39:28 +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: a1dbf69f-455f-4fa8-a373-51ebb43e5e67 X-Archives-Hash: 6f6510e001cc42e3b7e498b6626c1352 commit: c4f815240a5bcde0f819041256f91d5788247f7a Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jun 11 06:36:21 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jun 11 06:36:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f81524 dev-ml/ppx_hash: add [ocamlopt?] Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild index 0c44e13d9fb0..72309e6e0347 100644 --- a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild +++ b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild @@ -17,11 +17,11 @@ IUSE="+ocamlopt" RDEPEND=" >=dev-lang/ocaml-5 dev-ml/base:${SLOT}[ocamlopt?] - dev-ml/ppx_compare:${SLOT} - dev-ml/ppx_sexp_conv:${SLOT} + dev-ml/ppx_compare:${SLOT}[ocamlopt?] + dev-ml/ppx_sexp_conv:${SLOT}[ocamlopt?] >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] dev-ml/ppxlib_jane:${SLOT}[ocamlopt?] - dev-ml/sexplib0:${SLOT} + dev-ml/sexplib0:${SLOT}[ocamlopt?] " DEPEND="${RDEPEND}" BDEPEND=">=dev-ml/dune-3.11"