From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1291866-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9D6381382C5
	for <garchives@archives.gentoo.org>; Wed,  9 Jun 2021 22:17:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E7990E07FA;
	Wed,  9 Jun 2021 22:17:42 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CD2CEE07FA
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Jun 2021 22:17:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BE50D340B1E
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Jun 2021 22:17:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4137679B
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Jun 2021 22:17:40 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1623277052.0d341788df5f53b0d05140232db0b77615a977ba.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
X-VCS-Directories: dev-ml/dose3/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0d341788df5f53b0d05140232db0b77615a977ba
X-VCS-Branch: master
Date: Wed,  9 Jun 2021 22:17:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5330ffe4-19dc-4d54-a248-c7da26a96b88
X-Archives-Hash: 72634467a591c015533d6d5be6ff3968

commit:     0d341788df5f53b0d05140232db0b77615a977ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  9 22:16:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 22:17:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d341788

dev-ml/dose3: update OCaml < dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/dose3/{dose3-5.0.1_p16-r2.ebuild => dose3-5.0.1_p16-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
similarity index 98%
rename from dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
rename to dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
index b869201b21e..8a2d9bb0eca 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
@@ -22,7 +22,7 @@ BDEPEND="
 "
 RDEPEND="
 	>=dev-lang/ocaml-3.12:=[ocamlopt=]
-	<=dev-lang/ocaml-4.09.0:=[ocamlopt=]
+	<dev-lang/ocaml-4.10.0:=[ocamlopt=]
 	dev-ml/cudf:=[ocamlopt=]
 	>=dev-ml/extlib-1.7.0:=[ocamlopt=]
 	>=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]