From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 75BE2158176 for ; Wed, 08 Oct 2025 17:14:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 58B62340F81 for ; Wed, 08 Oct 2025 17:14:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57D821102C9; Wed, 08 Oct 2025 17:14:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4A69E1102C9 for ; Wed, 08 Oct 2025 17:14:22 +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 03D8B340F81 for ; Wed, 08 Oct 2025 17:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E62734CD for ; Wed, 08 Oct 2025 17:14:20 +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: <1759943278.ebeb9e7112212b4f725e865e11e2e9d3d0d8da9a.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-r3.ebuild X-VCS-Directories: dev-ml/core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ebeb9e7112212b4f725e865e11e2e9d3d0d8da9a X-VCS-Branch: master Date: Wed, 08 Oct 2025 17:14:20 +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: f02f04ea-ee46-42f0-9b95-4d0f7c840610 X-Archives-Hash: 3b2bfbcd7c70349952b750b913afbdc7 commit: ebeb9e7112212b4f725e865e11e2e9d3d0d8da9a Author: Alfredo Tupone gentoo org> AuthorDate: Wed Oct 8 17:07:58 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Oct 8 17:07:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeb9e71 dev-ml/core: redundant dep on ocaml Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/core/core-0.15.1-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ml/core/core-0.15.1-r3.ebuild b/dev-ml/core/core-0.15.1-r3.ebuild index d75c2b08a435..b2046e9ab7c1 100644 --- a/dev-ml/core/core-0.15.1-r3.ebuild +++ b/dev-ml/core/core-0.15.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,6 @@ IUSE="+ocamlopt" RESTRICT="test" RDEPEND=" - >=dev-lang/ocaml-4.11 >=dev-ml/base-0.15.1:${SLOT} dev-ml/base_bigstring:${SLOT} dev-ml/base_quickcheck:=