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 49D3E15838C for ; Wed, 24 Jan 2024 18:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B874E2A4A; Wed, 24 Jan 2024 18:30:17 +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 687A7E2A4A for ; Wed, 24 Jan 2024 18:30:17 +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 47E8F3433BC for ; Wed, 24 Jan 2024 18:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6ECB9B7 for ; Wed, 24 Jan 2024 18:30:14 +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: <1706120984.cb25258a2ff6a8c4513feaefd1f83eff868aaa71.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/alcotest/alcotest-1.2.3-r3.ebuild dev-ml/alcotest/alcotest-1.2.3-r4.ebuild dev-ml/alcotest/alcotest-1.4.0-r1.ebuild dev-ml/alcotest/alcotest-1.4.0.ebuild dev-ml/alcotest/alcotest-1.5.0-r2.ebuild dev-ml/alcotest/alcotest-1.5.0-r3.ebuild X-VCS-Directories: dev-ml/alcotest/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: cb25258a2ff6a8c4513feaefd1f83eff868aaa71 X-VCS-Branch: master Date: Wed, 24 Jan 2024 18:30:14 +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: 663f4d1a-e90a-470f-9f60-55c348fce743 X-Archives-Hash: 1cac5a10404b46a7fb485d7cc6071b6f commit: cb25258a2ff6a8c4513feaefd1f83eff868aaa71 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 24 18:28:55 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 24 18:29:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb25258a dev-ml/alcotest: fix dependency Closes: https://bugs.gentoo.org/911406 Signed-off-by: Alfredo Tupone gentoo.org> .../alcotest/{alcotest-1.2.3-r3.ebuild => alcotest-1.2.3-r4.ebuild} | 4 ++-- dev-ml/alcotest/{alcotest-1.4.0.ebuild => alcotest-1.4.0-r1.ebuild} | 4 ++-- .../alcotest/{alcotest-1.5.0-r2.ebuild => alcotest-1.5.0-r3.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild b/dev-ml/alcotest/alcotest-1.2.3-r4.ebuild similarity index 91% rename from dev-ml/alcotest/alcotest-1.2.3-r3.ebuild rename to dev-ml/alcotest/alcotest-1.2.3-r4.ebuild index 6924ddc3d6fd..38ceb8300287 100644 --- a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild +++ b/dev-ml/alcotest/alcotest-1.2.3-r4.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 @@ -18,7 +18,7 @@ RDEPEND=" dev-ml/astring:= dev-ml/async_unix:= =dev-ml/fmt-0.8.9:= diff --git a/dev-ml/alcotest/alcotest-1.4.0.ebuild b/dev-ml/alcotest/alcotest-1.4.0-r1.ebuild similarity index 91% rename from dev-ml/alcotest/alcotest-1.4.0.ebuild rename to dev-ml/alcotest/alcotest-1.4.0-r1.ebuild index c6900e5248d2..dc71e978a2ab 100644 --- a/dev-ml/alcotest/alcotest-1.4.0.ebuild +++ b/dev-ml/alcotest/alcotest-1.4.0-r1.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 @@ -18,7 +18,7 @@ RDEPEND=" dev-ml/astring:= dev-ml/async_unix:= dev-ml/cmdliner:= - dev-ml/core:= + =dev-ml/fmt-0.8.9:= diff --git a/dev-ml/alcotest/alcotest-1.5.0-r2.ebuild b/dev-ml/alcotest/alcotest-1.5.0-r3.ebuild similarity index 93% rename from dev-ml/alcotest/alcotest-1.5.0-r2.ebuild rename to dev-ml/alcotest/alcotest-1.5.0-r3.ebuild index ed69cd33cafe..a5d841de974a 100644 --- a/dev-ml/alcotest/alcotest-1.5.0-r2.ebuild +++ b/dev-ml/alcotest/alcotest-1.5.0-r3.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 @@ -20,7 +20,7 @@ RDEPEND=" dev-ml/astring:= dev-ml/async_unix:0/0.14.0 dev-ml/cmdliner:= - dev-ml/core:= + =dev-ml/fmt-0.8.9:=