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/ocamlbuild/
Date: Sun, 09 Jan 2022 10:31:28
Message-Id: 1641724266.f405dbd6312571bdaf67d802e58f9ef2d9ae2959.tupone@gentoo
1 commit: f405dbd6312571bdaf67d802e58f9ef2d9ae2959
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 10:31:06 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 10:31:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f405dbd6
7
8 dev-ml/ocamlbuild: depends on findlib to avoid conflict
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
17 index f6b0bede9b18..ba6c5777b382 100644
18 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
19 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ RESTRICT="!test? ( test )"
27
28 RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
29 DEPEND="${RDEPEND}
30 - test? ( dev-ml/findlib )"
31 + dev-ml/findlib"
32
33 PATCHES=(
34 "${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch