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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C09D159C96 for ; Mon, 29 Jul 2024 07:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA6A2E29E1; Mon, 29 Jul 2024 07:19:06 +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 897F8E29E1 for ; Mon, 29 Jul 2024 07:19:06 +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 9B6D533BF39 for ; Mon, 29 Jul 2024 07:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7461D87 for ; Mon, 29 Jul 2024 07:19:04 +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: <1722237514.f38313e113fd4973d4380ba569d4acacce0ffe07.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core/core-0.15.1-r2.ebuild X-VCS-Directories: dev-ml/core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f38313e113fd4973d4380ba569d4acacce0ffe07 X-VCS-Branch: master Date: Mon, 29 Jul 2024 07:19:04 +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: 1d01cc9a-54ce-4838-b6be-8c026b9202ea X-Archives-Hash: d7f882644ede3172c992773fe52d4a9f commit: f38313e113fd4973d4380ba569d4acacce0ffe07 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jul 29 07:18:34 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jul 29 07:18:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38313e1 dev-ml/core: sameslot for ppx_string Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/core/core-0.15.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/core/core-0.15.1-r2.ebuild b/dev-ml/core/core-0.15.1-r2.ebuild index e0a0ccb6052b..0099117c1a0b 100644 --- a/dev-ml/core/core-0.15.1-r2.ebuild +++ b/dev-ml/core/core-0.15.1-r2.ebuild @@ -39,7 +39,7 @@ RDEPEND=" dev-ml/ppx_sexp_message:= dev-ml/ppx_sexp_value:= dev-ml/ppx_stable:= - dev-ml/ppx_string:= + dev-ml/ppx_string:${SLOT}[ocamlopt?] dev-ml/ppx_ignore_instrumentation:${SLOT}[ocamlopt?] dev-ml/typerep:${SLOT}[ocamlopt?] "