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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A70F158018 for ; Fri, 1 Oct 2021 19:06:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5408BE0870; Fri, 1 Oct 2021 19:06:09 +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 2A03DE0870 for ; Fri, 1 Oct 2021 19:06:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14B8A342BC9 for ; Fri, 1 Oct 2021 19:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F0579 for ; Fri, 1 Oct 2021 19:06:06 +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: <1633115156.6146e70c7af03167bd647acdf56746d40abc0b05.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-client/opam-client-2.0.8-r1.ebuild dev-ml/opam-client/opam-client-2.0.8.ebuild dev-ml/opam-client/opam-client-2.0.9.ebuild X-VCS-Directories: dev-ml/opam-client/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6146e70c7af03167bd647acdf56746d40abc0b05 X-VCS-Branch: master Date: Fri, 1 Oct 2021 19:06:06 +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: 49563748-fcb1-42a4-b207-5f488d3d165e X-Archives-Hash: 3cef8d47c8871ca507ebaaaeda51a99a commit: 6146e70c7af03167bd647acdf56746d40abc0b05 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Oct 1 19:05:56 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Oct 1 19:05:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6146e70c dev-ml/opam-client: build with ocaml-4.12 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/opam-client/opam-client-2.0.8-r1.ebuild | 4 ++++ dev-ml/opam-client/opam-client-2.0.8.ebuild | 1 + dev-ml/opam-client/opam-client-2.0.9.ebuild | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/dev-ml/opam-client/opam-client-2.0.8-r1.ebuild b/dev-ml/opam-client/opam-client-2.0.8-r1.ebuild index 4b52fb7e1ef..87661f26ba8 100644 --- a/dev-ml/opam-client/opam-client-2.0.8-r1.ebuild +++ b/dev-ml/opam-client/opam-client-2.0.8-r1.ebuild @@ -38,3 +38,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-client/opam-client-2.0.8.ebuild b/dev-ml/opam-client/opam-client-2.0.8.ebuild index cb9b0a4fcf4..3a2775f3db0 100644 --- a/dev-ml/opam-client/opam-client-2.0.8.ebuild +++ b/dev-ml/opam-client/opam-client-2.0.8.ebuild @@ -16,6 +16,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" +