diff options
author | Sam James <sam@gentoo.org> | 2023-02-25 23:07:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-25 23:10:54 +0000 |
commit | 3da83144e754f9432e2f5c715698e1283a11109a (patch) | |
tree | 89be06ac57de38be2c942635636883aa1a9f3d2e /dev-ml/cppo | |
parent | x11-drivers/nvidia-drivers: stabilize 525.89.02 for amd64 (diff) | |
download | gentoo-3da83144e754f9432e2f5c715698e1283a11109a.tar.gz gentoo-3da83144e754f9432e2f5c715698e1283a11109a.tar.bz2 gentoo-3da83144e754f9432e2f5c715698e1283a11109a.zip |
dev-ml/cppo: fix dep on ocamlbuild
ocamlbuild also installs modules and dune tries to import it here.
Closes: https://bugs.gentoo.org/896386
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/cppo')
-rw-r--r-- | dev-ml/cppo/cppo-1.6.7-r1.ebuild (renamed from dev-ml/cppo/cppo-1.6.7.ebuild) | 4 | ||||
-rw-r--r-- | dev-ml/cppo/cppo-1.6.8-r1.ebuild (renamed from dev-ml/cppo/cppo-1.6.8.ebuild) | 4 | ||||
-rw-r--r-- | dev-ml/cppo/cppo-1.6.9-r1.ebuild (renamed from dev-ml/cppo/cppo-1.6.9.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7-r1.ebuild index 921cf3dc2a25..1753b6f23aba 100644 --- a/dev-ml/cppo/cppo-1.6.7.ebuild +++ b/dev-ml/cppo/cppo-1.6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/cppo/cppo-1.6.8.ebuild b/dev-ml/cppo/cppo-1.6.8-r1.ebuild index d5be2914fca3..66030d3bfc18 100644 --- a/dev-ml/cppo/cppo-1.6.8.ebuild +++ b/dev-ml/cppo/cppo-1.6.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/cppo/cppo-1.6.9.ebuild b/dev-ml/cppo/cppo-1.6.9-r1.ebuild index d5be2914fca3..66030d3bfc18 100644 --- a/dev-ml/cppo/cppo-1.6.9.ebuild +++ b/dev-ml/cppo/cppo-1.6.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}" |