diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-10-03 11:52:48 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-10-03 11:57:16 +0200 |
commit | e43cb6e87ec24df7a3555f0acedb8b694a68ca99 (patch) | |
tree | 34b58cd67492398018d4479965b7cd52cc885561 /dev-ml | |
parent | dev-ml/async_kernel: src_compile is in dune.eclass (diff) | |
download | gentoo-e43cb6e87ec24df7a3555f0acedb8b694a68ca99.tar.gz gentoo-e43cb6e87ec24df7a3555f0acedb8b694a68ca99.tar.bz2 gentoo-e43cb6e87ec24df7a3555f0acedb8b694a68ca99.zip |
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 <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 |
1 files changed, 0 insertions, 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 231d23d4ecdf..51bdd90f7140 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 -} |