mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user