summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/opam-installer')
-rw-r--r--dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild (renamed from dev-ml/opam-installer/opam-installer-2.0.7.ebuild)8
-rw-r--r--dev-ml/opam-installer/opam-installer-2.0.8.ebuild6
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild
index 59f744994a07..eb52254c3965 100644
--- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild
@@ -12,17 +12,21 @@ inherit opam
DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-full-${PV}.tar.gz"
+S="${WORKDIR}/opam-full-${PV/_/-}"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ocaml-4.02.3"
+RDEPEND="
+ >=dev-lang/ocaml-4.02.3
+ dev-ml/cmdliner:=
+ ~dev-ml/opam-format-${PV}
+"
DEPEND="${RDEPEND}
dev-ml/findlib"
-S="${WORKDIR}/opam-full-${PV/_/-}"
OPAM_INSTALLER="${S}/opam-installer"
src_configure() {
diff --git a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild b/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
index fad39a7a5703..a6722cf81e76 100644
--- a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
@@ -17,7 +17,11 @@ LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-RDEPEND=">=dev-lang/ocaml-4.02.3"
+RDEPEND="
+ >=dev-lang/ocaml-4.02.3
+ dev-ml/cmdliner:=
+ ~dev-ml/opam-format-${PV}
+"
DEPEND="${RDEPEND}
dev-ml/findlib"