commit: 6121c04a824d57d821ef7a8004d74cec45c7f60f
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 09:56:48 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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
-}