From 4d312a17a08610392457bf9e070098158b3f38d8 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 13 Jan 2022 21:51:44 +0100 Subject: dev-ml/logs: fix build without lwt Closes: https://bugs.gentoo.org/821985 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/logs/logs-0.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/logs/logs-0.7.0-r1.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild index e422a0867153..7df040fc0574 100644 --- a/dev-ml/logs/logs-0.7.0-r1.ebuild +++ b/dev-ml/logs/logs-0.7.0-r1.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 @@ -47,7 +47,7 @@ src_compile() { --with-js_of_ocaml false \ --with-fmt $(usex fmt true false) \ --with-cmdliner $(usex cli true false) \ - --with-lwt $(usex fmt true false) \ + --with-lwt $(usex lwt true false) \ --tests $(usex test true false) \ --with-base-threads true \ || die -- cgit v1.2.3-65-gdbad