summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-01-12 19:28:58 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-01-12 19:29:52 +0100
commit131f528dd90041d172942672cb2f3b72dcf8e626 (patch)
treef7dc058556978584ee23500941b5b94ee061ec00
parentgui-libs/libadwaita: Ninja move from gnome-base/ (diff)
downloadgentoo-131f528dd90041d172942672cb2f3b72dcf8e626.tar.gz
gentoo-131f528dd90041d172942672cb2f3b72dcf8e626.tar.bz2
gentoo-131f528dd90041d172942672cb2f3b72dcf8e626.zip
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>
-rw-r--r--dev-ml/camlzip/camlzip-1.11.ebuild4
1 files 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