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 E1889158094 for ; Fri, 23 Sep 2022 19:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E32E0D40; Fri, 23 Sep 2022 19:37:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BAF0E0D40 for ; Fri, 23 Sep 2022 19:37: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 3CCFD341052 for ; Fri, 23 Sep 2022 19:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A451D525 for ; Fri, 23 Sep 2022 19:37: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: <1663961714.c11a7b766f06375420ac3e79a2df367f58a11dcc.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/re/re-1.10.4-r1.ebuild dev-ml/re/re-1.10.4.ebuild X-VCS-Directories: dev-ml/re/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c11a7b766f06375420ac3e79a2df367f58a11dcc X-VCS-Branch: master Date: Fri, 23 Sep 2022 19:37: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: 953718db-58bf-4f13-becc-dec6761fc282 X-Archives-Hash: f9a20162f7b624a6fd8225e9871f0874 commit: c11a7b766f06375420ac3e79a2df367f58a11dcc Author: Alfredo Tupone gentoo org> AuthorDate: Fri Sep 23 19:35:14 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Sep 23 19:35:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11a7b76 dev-ml/re: seq is provided by ocaml Closes: https://bugs.gentoo.org/871993 Closes: https://bugs.gentoo.org/860387 Closes: https://bugs.gentoo.org/860273 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/re/{re-1.10.4.ebuild => re-1.10.4-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/re/re-1.10.4.ebuild b/dev-ml/re/re-1.10.4-r1.ebuild similarity index 94% rename from dev-ml/re/re-1.10.4.ebuild rename to dev-ml/re/re-1.10.4-r1.ebuild index 21f879768cdd..ef5769c5cf65 100644 --- a/dev-ml/re/re-1.10.4.ebuild +++ b/dev-ml/re/re-1.10.4-r1.ebuild @@ -19,7 +19,8 @@ RESTRICT="!test? ( test )" RDEPEND=" !dev-ml/ocaml-re - dev-ml/seq:= + >=dev-lang/ocaml-4.09 + !dev-ml/seq " DEPEND="${RDEPEND}" BDEPEND="test? ( dev-ml/ounit2 )"