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 0D573159C96 for ; Mon, 29 Jul 2024 07:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3122BC045; Mon, 29 Jul 2024 07:11:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F8A72BC045 for ; Mon, 29 Jul 2024 07:11: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 144E733BF41 for ; Mon, 29 Jul 2024 07:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8C31D87 for ; Mon, 29 Jul 2024 07:11:21 +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: <1722237053.a059b7b2bc86611b2c50e8ebc7a6db58e6fd4cd2.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-r1.ebuild 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: a059b7b2bc86611b2c50e8ebc7a6db58e6fd4cd2 X-VCS-Branch: master Date: Mon, 29 Jul 2024 07:11:21 +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: d837b35c-321e-4f35-b688-a60f869b134a X-Archives-Hash: 0f7361d7abf4772298e69d9f35b6d5f9 commit: a059b7b2bc86611b2c50e8ebc7a6db58e6fd4cd2 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jul 29 07:10:08 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jul 29 07:10:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a059b7b2 dev-ml/core: use sameslot for typerep Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/core/{core-0.15.1-r1.ebuild => core-0.15.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/core/core-0.15.1-r1.ebuild b/dev-ml/core/core-0.15.1-r2.ebuild similarity index 93% rename from dev-ml/core/core-0.15.1-r1.ebuild rename to dev-ml/core/core-0.15.1-r2.ebuild index b090bc8654f4..9ea8e233daea 100644 --- a/dev-ml/core/core-0.15.1-r1.ebuild +++ b/dev-ml/core/core-0.15.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,6 @@ RDEPEND=" dev-ml/ppx_stable:= dev-ml/ppx_string:= dev-ml/ppx_ignore_instrumentation:= - dev-ml/typerep:= + dev-ml/typerep:${SLOT}[ocamlopt?] " DEPEND="${RDEPEND}"