diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 02:38:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 02:38:10 +0100 |
commit | f33c0460c5c24e60163c37b720a3a236852a2790 (patch) | |
tree | e8e8701cfd93ad446bc5ba5bcb9e84061fd78e37 /dev-ml/opam-installer | |
parent | sci-mathematics/alt-ergo: fix OCaml dep (diff) | |
download | gentoo-f33c0460c5c24e60163c37b720a3a236852a2790.tar.gz gentoo-f33c0460c5c24e60163c37b720a3a236852a2790.tar.bz2 gentoo-f33c0460c5c24e60163c37b720a3a236852a2790.zip |
dev-ml/opam-installer: fix OCaml dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-installer')
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.0.10-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.0.10.ebuild) | 8 | ||||
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.0.8-r4.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild) | 6 | ||||
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.0.9-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.0.9.ebuild) | 6 | ||||
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.1.0-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.1.1.ebuild) | 8 | ||||
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.1.1-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.1.0.ebuild) | 8 | ||||
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.1.2-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.1.2.ebuild) | 6 |
6 files changed, 21 insertions, 21 deletions
diff --git a/dev-ml/opam-installer/opam-installer-2.0.10.ebuild b/dev-ml/opam-installer/opam-installer-2.0.10-r1.ebuild index a2b88905a299..b2702a3439af 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.10.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.10-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 @@ -22,10 +22,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" diff --git a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild b/dev-ml/opam-installer/opam-installer-2.0.8-r4.ebuild index 104d1df09b4b..eab5b13a534a 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.8-r4.ebuild @@ -22,10 +22,10 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" diff --git a/dev-ml/opam-installer/opam-installer-2.0.9.ebuild b/dev-ml/opam-installer/opam-installer-2.0.9-r1.ebuild index 104d1df09b4b..eab5b13a534a 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.9.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.9-r1.ebuild @@ -22,10 +22,10 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" diff --git a/dev-ml/opam-installer/opam-installer-2.1.1.ebuild b/dev-ml/opam-installer/opam-installer-2.1.0-r1.ebuild index 1ea426a6380d..f8f6bf709969 100644 --- a/dev-ml/opam-installer/opam-installer-2.1.1.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.1.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 @@ -23,10 +23,10 @@ IUSE="+ocamlopt" PATCHES=( "${WORKDIR}"/opam-2.1.0-dose3-6.patch ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" diff --git a/dev-ml/opam-installer/opam-installer-2.1.0.ebuild b/dev-ml/opam-installer/opam-installer-2.1.1-r1.ebuild index 1ea426a6380d..f8f6bf709969 100644 --- a/dev-ml/opam-installer/opam-installer-2.1.0.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.1.1-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 @@ -23,10 +23,10 @@ IUSE="+ocamlopt" PATCHES=( "${WORKDIR}"/opam-2.1.0-dose3-6.patch ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" diff --git a/dev-ml/opam-installer/opam-installer-2.1.2.ebuild b/dev-ml/opam-installer/opam-installer-2.1.2-r1.ebuild index dadc23c1ad6f..4d09247994f3 100644 --- a/dev-ml/opam-installer/opam-installer-2.1.2.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.1.2-r1.ebuild @@ -23,10 +23,10 @@ IUSE="+ocamlopt" PATCHES=( "${WORKDIR}"/opam-2.1.0-dose3-6.patch ) RDEPEND=" - >=dev-lang/ocaml-4.02.3 + >=dev-lang/ocaml-4.02.3:= dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} - >=dev-ml/dose3-6 + ~dev-ml/opam-format-${PV}:= + >=dev-ml/dose3-6:= " DEPEND="${RDEPEND} dev-ml/findlib" |