From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1325833-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 CACC1158018
	for <garchives@archives.gentoo.org>; Fri,  1 Oct 2021 18:08:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 06EA0E081A;
	Fri,  1 Oct 2021 18:08:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DBD58E081A
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Oct 2021 18:08:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BDCB0342CBE
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Oct 2021 18:08:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5299589
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Oct 2021 18:08:47 +0000 (UTC)
From: "Alfredo Tupone" <tupone@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, "Alfredo Tupone" <tupone@gentoo.org>
Message-ID: <1633111716.a18ecb8b03acd2c557c2c11303af3a6d291ce398.tupone@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-format/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/opam-format/opam-format-2.0.8-r2.ebuild dev-ml/opam-format/opam-format-2.0.8-r3.ebuild dev-ml/opam-format/opam-format-2.0.9.ebuild
X-VCS-Directories: dev-ml/opam-format/
X-VCS-Committer: tupone
X-VCS-Committer-Name: Alfredo Tupone
X-VCS-Revision: a18ecb8b03acd2c557c2c11303af3a6d291ce398
X-VCS-Branch: master
Date: Fri,  1 Oct 2021 18:08:47 +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: 689b2416-28b5-4654-8178-7421e1de264f
X-Archives-Hash: 3683bcdecda3fbe142325181406efa6d

commit:     a18ecb8b03acd2c557c2c11303af3a6d291ce398
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  1 18:08:36 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 18:08:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18ecb8b

dev-ml/opam-format: build with ocaml-4.12

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/opam-format/opam-format-2.0.8-r2.ebuild | 1 +
 dev-ml/opam-format/opam-format-2.0.8-r3.ebuild | 4 ++++
 dev-ml/opam-format/opam-format-2.0.9.ebuild    | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
index 54b3b0ce46d..eb552240221 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
@@ -19,6 +19,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
+	<dev-lang/ocaml-4.12
 	~dev-ml/opam-core-${PV}:=
 	dev-ml/re:=
 	dev-ml/opam-file-format:=

diff --git a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
index ace83b9a6ae..ac4e8512b38 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
@@ -40,3 +40,7 @@ src_prepare() {
 		  (flags (:standard -warn-error -3-9-33))))
 	EOF
 }
+
+src_compile() {
+	dune build @install --profile release || die
+}

diff --git a/dev-ml/opam-format/opam-format-2.0.9.ebuild b/dev-ml/opam-format/opam-format-2.0.9.ebuild
index ace83b9a6ae..ac4e8512b38 100644
--- a/dev-ml/opam-format/opam-format-2.0.9.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.9.ebuild
@@ -40,3 +40,7 @@ src_prepare() {
 		  (flags (:standard -warn-error -3-9-33))))
 	EOF
 }
+
+src_compile() {
+	dune build @install --profile release || die
+}