Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/
Date: Wed, 27 Jan 2021 03:55:08
Message-Id: 1611719697.d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5.sam@gentoo
1 commit: d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 03:54:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 03:54:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a3d6be
7
8 app-emulation/libguestfs: fix MissingUseDepDefault
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild | 2 +-
14 app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild
18 index d7917faae2b..1c3065d4181 100644
19 --- a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild
20 +++ b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild
21 @@ -71,7 +71,7 @@ COMMON_DEPEND="
22 >=dev-lang/ocaml-4.02:=[ocamlopt]
23 dev-ml/findlib[ocamlopt]
24 || (
25 - <dev-ml/ocaml-gettext-0.4.2[ocamlopt]
26 + <dev-ml/ocaml-gettext-0.4.2
27 dev-ml/ocaml-gettext-stub[ocamlopt]
28 )
29 >=dev-ml/ounit-2[ocamlopt]
30
31 diff --git a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild
32 index 9b008144a84..a1d8a602c2a 100644
33 --- a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild
34 +++ b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild
35 @@ -69,7 +69,7 @@ COMMON_DEPEND="
36 >=dev-lang/ocaml-4.02:=[ocamlopt]
37 dev-ml/findlib[ocamlopt]
38 || (
39 - <dev-ml/ocaml-gettext-0.4.2[ocamlopt]
40 + <dev-ml/ocaml-gettext-0.4.2
41 dev-ml/ocaml-gettext-stub[ocamlopt]
42 )
43 >=dev-ml/ounit-2[ocamlopt]