From e43cb6e87ec24df7a3555f0acedb8b694a68ca99 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 3 Oct 2021 11:52:48 +0200 Subject: [PATCH] dev-ml/async_unix: src_compile is in dune.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild b/dev-ml/async_unix/async_unix-0.14.0.ebuild index 231d23d4ecdf7..51bdd90f7140c 100644 --- a/dev-ml/async_unix/async_unix-0.14.0.ebuild +++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild @@ -21,7 +21,3 @@ RDEPEND=" dev-ml/ppx_jane:= " DEPEND="${RDEPEND}" - -src_compile() { - dune build @install --profile release || die -}