dev-ml/batteries: disable ocamlopt if asked on install too

Closes: https://bugs.gentoo.org/861455
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-09-10 17:03:13 +02:00
parent 2f6b1c08a3
commit 7cedc53b83

View File

@@ -27,5 +27,5 @@ src_compile() {
}
src_install() {
findlib_src_install
findlib_src_install BATTERIES_NATIVE=$(usex ocamlopt yes no)
}