diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-13 21:51:44 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-13 21:52:01 +0100 |
commit | 4d312a17a08610392457bf9e070098158b3f38d8 (patch) | |
tree | 748427b7726d9d57d1faa4fda741bfe3d7b47de4 /dev-ml/logs | |
parent | dev-python/isodate: Stabilize 0.6.1 arm64, #831146 (diff) | |
download | gentoo-4d312a17a08610392457bf9e070098158b3f38d8.tar.gz gentoo-4d312a17a08610392457bf9e070098158b3f38d8.tar.bz2 gentoo-4d312a17a08610392457bf9e070098158b3f38d8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml/logs')
-rw-r--r-- | dev-ml/logs/logs-0.7.0-r1.ebuild | 4 |
1 files 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 |