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 327A5158019 for ; Sun, 3 Oct 2021 09:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE2CE091C; 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 4C5BCE091F for ; Sun, 3 Oct 2021 09:58:14 +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 916FC342F23 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 5327114D 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: <1633255077.6121c04a824d57d821ef7a8004d74cec45c7f60f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ounit2/ounit2-2.2.3.ebuild dev-ml/ounit2/ounit2-2.2.4.ebuild X-VCS-Directories: dev-ml/ounit2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6121c04a824d57d821ef7a8004d74cec45c7f60f 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: 06c7549b-bd7d-4dde-81c3-d05e6935c69b X-Archives-Hash: e9d60d34acbad2f09825acd0a7aae9f6 commit: 6121c04a824d57d821ef7a8004d74cec45c7f60f Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 3 09:56:48 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 3 09:57:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6121c04a dev-ml/ounit2: 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/ounit2/ounit2-2.2.3.ebuild | 4 ---- dev-ml/ounit2/ounit2-2.2.4.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild index b53206f8e38..40be073255c 100644 --- a/dev-ml/ounit2/ounit2-2.2.3.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.3.ebuild @@ -20,7 +20,3 @@ BDEPEND="" IUSE="+ocamlopt" S="${WORKDIR}/ounit-v${PV}" - -src_compile() { - dune build @install --profile release || die -} diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild index 967a9daf84d..b67e4a2fd51 100644 --- a/dev-ml/ounit2/ounit2-2.2.4.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild @@ -20,7 +20,3 @@ DEPEND=" dev-ml/stdlib-shims:= " RDEPEND="${DEPEND}" - -src_compile() { - dune build @install --profile release || die -}