diff options
author | 2021-10-01 21:16:07 +0200 | |
---|---|---|
committer | 2021-10-01 21:16:24 +0200 | |
commit | 5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0 (patch) | |
tree | 066367c01a13f17ed11e83da51451fe97ef72d2c /dev-ml/ounit2/ounit2-2.2.4.ebuild | |
parent | app-emacs/org-mode: Version bump to 9.4.6 (diff) | |
download | gentoo-5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0.tar.gz gentoo-5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0.tar.bz2 gentoo-5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0.zip |
dev-ml/ounit2: build with ocaml-4.12
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ounit2/ounit2-2.2.4.ebuild')
-rw-r--r-- | dev-ml/ounit2/ounit2-2.2.4.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild index b67e4a2fd511..967a9daf84da 100644 --- a/dev-ml/ounit2/ounit2-2.2.4.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild @@ -20,3 +20,7 @@ DEPEND=" dev-ml/stdlib-shims:= " RDEPEND="${DEPEND}" + +src_compile() { + dune build @install --profile release || die +} |