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 B051C15817D for ; Tue, 4 Jun 2024 19:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAABAE2B50; Tue, 4 Jun 2024 19:51:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D52E4E2B50 for ; Tue, 4 Jun 2024 19:51:35 +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 105F4335DC2 for ; Tue, 4 Jun 2024 19:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1AAA1AB5 for ; Tue, 4 Jun 2024 19:51:33 +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: <1717530668.0526d27a6c71c8b3df50d670335018006314d238.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/patdiff/patdiff-0.14.0-r1.ebuild dev-util/patdiff/patdiff-0.14.0-r2.ebuild X-VCS-Directories: dev-util/patdiff/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0526d27a6c71c8b3df50d670335018006314d238 X-VCS-Branch: master Date: Tue, 4 Jun 2024 19:51:33 +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: 80ca3a3d-af80-4558-a531-14adf27f9dd4 X-Archives-Hash: 5ee061c6a48982401cf3e5275f249dbf commit: 0526d27a6c71c8b3df50d670335018006314d238 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jun 4 19:50:44 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jun 4 19:51:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0526d27a dev-util/patdiff: fix deps Closes: https://bugs.gentoo.org/916187 Signed-off-by: Alfredo Tupone gentoo.org> .../{patdiff-0.14.0-r1.ebuild => patdiff-0.14.0-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild b/dev-util/patdiff/patdiff-0.14.0-r2.ebuild similarity index 81% rename from dev-util/patdiff/patdiff-0.14.0-r1.ebuild rename to dev-util/patdiff/patdiff-0.14.0-r2.ebuild index 221c6234c808..7ca261798397 100644 --- a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild +++ b/dev-util/patdiff/patdiff-0.14.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,10 +16,10 @@ IUSE="+ocamlopt" RDEPEND=" >=dev-lang/ocaml-4.08.0:= - dev-ml/core:= - dev-ml/core_kernel:= + =dev-ml/re-1.8.0:= "