summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:54:16 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:57:29 +0200
commit41bb3659b1140f7cf330aad8fafb3615e681c064 (patch)
tree23976b06c85e92c6fe30a62492539ae31fa5d1e9 /dev-ml/parmap/parmap-1.2.1.ebuild
parentdev-ml/opam-client: src_compile is in dune.eclass (diff)
downloadgentoo-41bb3659b1140f7cf330aad8fafb3615e681c064.tar.gz
gentoo-41bb3659b1140f7cf330aad8fafb3615e681c064.tar.bz2
gentoo-41bb3659b1140f7cf330aad8fafb3615e681c064.zip
dev-ml/parmap: 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/parmap/parmap-1.2.1.ebuild')
-rw-r--r--dev-ml/parmap/parmap-1.2.1.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-ml/parmap/parmap-1.2.1.ebuild b/dev-ml/parmap/parmap-1.2.1.ebuild
index 5e4efd7f812a..44ada0a27777 100644
--- a/dev-ml/parmap/parmap-1.2.1.ebuild
+++ b/dev-ml/parmap/parmap-1.2.1.ebuild
@@ -19,7 +19,3 @@ IUSE="+ocamlopt"
BDEPEND="dev-ml/dune-configurator"
RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-
-src_compile() {
- dune build @install --profile release || die
-}