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 111231581D3 for ; Wed, 29 May 2024 10:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F99E2A33; Wed, 29 May 2024 10:28:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40911E2A33 for ; Wed, 29 May 2024 10:28:03 +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 8499633BED4 for ; Wed, 29 May 2024 10:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3B4D for ; Wed, 29 May 2024 10:28:00 +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: <1716978461.11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/textutils/textutils-0.14.0-r1.ebuild dev-ml/textutils/textutils-0.14.0.ebuild X-VCS-Directories: dev-ml/textutils/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2 X-VCS-Branch: master Date: Wed, 29 May 2024 10:28:00 +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: 76e559fe-5de3-4e88-b4b0-b086dffca512 X-Archives-Hash: 44b476bbcb265a765b96610438faad39 commit: 11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2 Author: Alfredo Tupone gentoo org> AuthorDate: Wed May 29 10:26:53 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 29 10:27:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dfafbf dev-ml/textutils: 0.14.0 is only for 0.14.* deps Closes: https://bugs.gentoo.org/932771 Signed-off-by: Alfredo Tupone gentoo.org> .../{textutils-0.14.0.ebuild => textutils-0.14.0-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0-r1.ebuild similarity index 78% rename from dev-ml/textutils/textutils-0.14.0.ebuild rename to dev-ml/textutils/textutils-0.14.0-r1.ebuild index ff21a6b6789a..65f0581c25d2 100644 --- a/dev-ml/textutils/textutils-0.14.0.ebuild +++ b/dev-ml/textutils/textutils-0.14.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 @@ -15,9 +15,9 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=" - dev-ml/core:= - dev-ml/core_kernel:= - dev-ml/ppx_jane:= +