dev-ml/camlzip: respect ocamlopt

Closes: https://bugs.gentoo.org/822450
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-01-12 19:28:58 +01:00
parent b3a6b80bdb
commit 131f528dd9

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,7 +25,7 @@ QA_FLAGS_IGNORED=(
)
src_compile() {
emake all
emake allbyt
if use ocamlopt; then
emake allopt