diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-09 11:31:06 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-09 11:31:06 +0100 |
commit | f405dbd6312571bdaf67d802e58f9ef2d9ae2959 (patch) | |
tree | f9235cd35e85c61720b98bfeb97a797fad09304d /dev-ml/ocamlbuild | |
parent | sys-power/cpupower: Stabilize 5.12 arm, #830826 (diff) | |
download | gentoo-f405dbd6312571bdaf67d802e58f9ef2d9ae2959.tar.gz gentoo-f405dbd6312571bdaf67d802e58f9ef2d9ae2959.tar.bz2 gentoo-f405dbd6312571bdaf67d802e58f9ef2d9ae2959.zip |
dev-ml/ocamlbuild: depends on findlib to avoid conflict
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |