Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/logs/
Date: Thu, 13 Jan 2022 20:52:16
Message-Id: 1642107121.4d312a17a08610392457bf9e070098158b3f38d8.tupone@gentoo
1 commit: 4d312a17a08610392457bf9e070098158b3f38d8
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 20:51:44 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 20:52:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d312a17
7
8 dev-ml/logs: fix build without lwt
9
10 Closes: https://bugs.gentoo.org/821985
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/logs/logs-0.7.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/logs/logs-0.7.0-r1.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild
18 index e422a0867153..7df040fc0574 100644
19 --- a/dev-ml/logs/logs-0.7.0-r1.ebuild
20 +++ b/dev-ml/logs/logs-0.7.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -47,7 +47,7 @@ src_compile() {
28 --with-js_of_ocaml false \
29 --with-fmt $(usex fmt true false) \
30 --with-cmdliner $(usex cli true false) \
31 - --with-lwt $(usex fmt true false) \
32 + --with-lwt $(usex lwt true false) \
33 --tests $(usex test true false) \
34 --with-base-threads true \
35 || die