commit: a6ff9bb296758cd081f0fc279d7c7279e72be8ba
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 1 17:13:22 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Oct 1 17:13:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ff9bb2
dev-ml/async_unix: build with ocaml-4.12
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 ++++
dev-ml/async_unix/metadata.xml | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
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 51bdd90f714..231d23d4ecd 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
+}
diff --git a/dev-ml/async_unix/metadata.xml b/dev-ml/async_unix/metadata.xml
index 9a0ff9dd7d4..517a5e2afdf 100644
--- a/dev-ml/async_unix/metadata.xml
+++ b/dev-ml/async_unix/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>ML</name>
+ </maintainer>
<upstream>
<remote-id type="github">janestreet/async_unix</remote-id>
</upstream>