summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:56:48 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:57:57 +0200
commit6121c04a824d57d821ef7a8004d74cec45c7f60f (patch)
treec2c11cf355e49f7573462d8cd39b0c9cad03295a /dev-ml/ounit2
parentdev-ml/opam: src_compile is in dune.eclass (diff)
downloadgentoo-6121c04a824d57d821ef7a8004d74cec45c7f60f.tar.gz
gentoo-6121c04a824d57d821ef7a8004d74cec45c7f60f.tar.bz2
gentoo-6121c04a824d57d821ef7a8004d74cec45c7f60f.zip
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@gentoo.org>
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
-}