commit: 4d312a17a08610392457bf9e070098158b3f38d8 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Jan 13 20:51:44 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 20:52:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d312a17
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 <tupone <AT> gentoo.org> 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
