summaryrefslogtreecommitdiff
path: root/dev-ml/async_unix/async_unix-0.14.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
commit391b5b359a346aff490103da7dddc85047f83830 (patch)
tree29eea460a0bd7e1ff21d43b9d6df9af4d8a175e1 /dev-ml/async_unix/async_unix-0.14.0.ebuild
parentc719fdcee603a5a706a45d10cb598762d56a727d (diff)
gentoo resync : 01.10.2021
Diffstat (limited to 'dev-ml/async_unix/async_unix-0.14.0.ebuild')
-rw-r--r--dev-ml/async_unix/async_unix-0.14.0.ebuild4
1 files changed, 4 insertions, 0 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 51bdd90f7140..231d23d4ecdf 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -21,3 +21,7 @@ RDEPEND="
dev-ml/ppx_jane:=
"
DEPEND="${RDEPEND}"
+
+src_compile() {
+ dune build @install --profile release || die
+}