commit:     131f528dd90041d172942672cb2f3b72dcf8e626
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 18:28:58 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 18:29:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131f528d

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 <AT> gentoo.org>

 dev-ml/camlzip/camlzip-1.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camlzip/camlzip-1.11.ebuild 
b/dev-ml/camlzip/camlzip-1.11.ebuild
index 09d1e837bb67..ea2b449e8b1a 100644
--- a/dev-ml/camlzip/camlzip-1.11.ebuild
+++ b/dev-ml/camlzip/camlzip-1.11.ebuild
@@ -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

Reply via email to