From f405dbd6312571bdaf67d802e58f9ef2d9ae2959 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 9 Jan 2022 11:31:06 +0100 Subject: dev-ml/ocamlbuild: depends on findlib to avoid conflict Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ml') diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild index f6b0bede9b18..ba6c5777b382 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.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 @@ -15,7 +15,7 @@ RESTRICT="!test? ( test )" RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" DEPEND="${RDEPEND} - test? ( dev-ml/findlib )" + dev-ml/findlib" PATCHES=( "${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch -- cgit v1.2.3-65-gdbad