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 C8137158018 for ; Sun, 3 Oct 2021 09:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 295AAE091A; Sun, 3 Oct 2021 09:58:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13699E091A for ; Sun, 3 Oct 2021 09:58:14 +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 39748342F0F for ; Sun, 3 Oct 2021 09:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C06EF13F for ; Sun, 3 Oct 2021 09:58:10 +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: <1633255053.b0e5fc9b11285a1bd0bf945cb7a726d14289fc18.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-5.3.0-r1.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b0e5fc9b11285a1bd0bf945cb7a726d14289fc18 X-VCS-Branch: master Date: Sun, 3 Oct 2021 09:58:10 +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: 525a678f-54d9-48f2-ae62-58fa0722879a X-Archives-Hash: 137ef7c477f06c87d0343835440d3e19 commit: b0e5fc9b11285a1bd0bf945cb7a726d14289fc18 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 3 09:54:39 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 3 09:57:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e5fc9b dev-ml/lwt: src_compile is in dune.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lwt/lwt-5.3.0-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild index 40958766de0..8e708c4359b 100644 --- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild +++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild @@ -34,7 +34,3 @@ PATCHES=( "${FILESDIR}"/${PN}-5.3.0-ppxlib-0.18.0.patch "${FILESDIR}"/${P}-ocaml-4.12.patch ) - -src_compile() { - dune build @install --profile release || die -}