diff options
author | Sam James <sam@gentoo.org> | 2021-02-08 17:16:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-08 17:20:56 +0000 |
commit | 38aa6762c466b947e2dc72e4f37fd30eeafb0c41 (patch) | |
tree | 031265a279f5e19390fa54e1bb8e44b6844914cc | |
parent | dev-ml/opam-format: fix deps (diff) | |
download | gentoo-38aa6762c466b947e2dc72e4f37fd30eeafb0c41.tar.gz gentoo-38aa6762c466b947e2dc72e4f37fd30eeafb0c41.tar.bz2 gentoo-38aa6762c466b947e2dc72e4f37fd30eeafb0c41.zip |
dev-ml/opam-installer: fix deps
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-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.ebuild | 6 |
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" |