summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ounit2')
-rw-r--r--dev-ml/ounit2/ounit2-2.2.3.ebuild4
-rw-r--r--dev-ml/ounit2/ounit2-2.2.4.ebuild4
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild
index b53206f8e388..40be073255c0 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 967a9daf84da..b67e4a2fd511 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
-}