commit: 5c5b9bba4d7733a0d058a909d119a28976e50da7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 17:15:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 17:20:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5b9bba
dev-ml/opam-format: fix deps
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{opam-format-2.0.7.ebuild => opam-format-2.0.7-r1.ebuild} | 5 ++---
dev-ml/opam-format/opam-format-2.0.8.ebuild | 1 -
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-ml/opam-format/opam-format-2.0.7.ebuild
b/dev-ml/opam-format/opam-format-2.0.7-r1.ebuild
similarity index 95%
rename from dev-ml/opam-format/opam-format-2.0.7.ebuild
rename to dev-ml/opam-format/opam-format-2.0.7-r1.ebuild
index 03f9db26f55..d0390991ada 100644
--- a/dev-ml/opam-format/opam-format-2.0.7.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.7-r1.ebuild
@@ -15,11 +15,10 @@
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
RDEPEND="
- dev-ml/opam-core:=
- dev-ml/re:=
+ ~dev-ml/opam-core-${PV}:=
+ dev-ml/re:=
dev-ml/opam-file-format:=
"
DEPEND="${RDEPEND}
diff --git a/dev-ml/opam-format/opam-format-2.0.8.ebuild
b/dev-ml/opam-format/opam-format-2.0.8.ebuild
index 39b0eba048b..760515d954c 100644
--- a/dev-ml/opam-format/opam-format-2.0.8.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8.ebuild
@@ -5,7 +5,6 @@ EAPI=7
# We are opam
OPAM_INSTALLER_DEP=" "
-#OPAM_INSTALLER="${S}/opam-installer"
inherit dune
DESCRIPTION="Core libraries for opam"