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 24D11158018 for ; Sun, 3 Oct 2021 09:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3374CE092B; Sun, 3 Oct 2021 09:58:15 +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 1A3FEE092B for ; Sun, 3 Oct 2021 09:58:15 +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 AFEB6342F1C 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 3FC3814C for ; Sun, 3 Oct 2021 09:58:11 +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: <1633255073.4de11845046891df7461036f3f9234f04b86e49d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam/opam-2.0.8-r2.ebuild dev-ml/opam/opam-2.1.0.ebuild X-VCS-Directories: dev-ml/opam/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 4de11845046891df7461036f3f9234f04b86e49d X-VCS-Branch: master Date: Sun, 3 Oct 2021 09:58:11 +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: 972f0a6c-171e-4ae8-809e-4347c6ff5da5 X-Archives-Hash: c793c5f9331de81f70b84b803a5da003 commit: 4de11845046891df7461036f3f9234f04b86e49d Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 3 09:56:31 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 3 09:57:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de11845 dev-ml/opam: 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/opam/opam-2.0.8-r2.ebuild | 4 ---- dev-ml/opam/opam-2.1.0.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-ml/opam/opam-2.0.8-r2.ebuild b/dev-ml/opam/opam-2.0.8-r2.ebuild index 7a32de65b27..405deff7d89 100644 --- a/dev-ml/opam/opam-2.0.8-r2.ebuild +++ b/dev-ml/opam/opam-2.0.8-r2.ebuild @@ -39,7 +39,3 @@ src_prepare() { (flags (:standard -warn-error -3-9-33)))) EOF } - -src_compile() { - dune build @install --profile release || die -} diff --git a/dev-ml/opam/opam-2.1.0.ebuild b/dev-ml/opam/opam-2.1.0.ebuild index bb7dff8d408..e882aefd038 100644 --- a/dev-ml/opam/opam-2.1.0.ebuild +++ b/dev-ml/opam/opam-2.1.0.ebuild @@ -39,7 +39,3 @@ src_prepare() { (flags (:standard -warn-error -3-9-33)))) EOF } - -src_compile() { - dune build @install --profile release || die -}