summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-08 17:15:33 +0000
committerSam James <sam@gentoo.org>2021-02-08 17:20:56 +0000
commit5c5b9bba4d7733a0d058a909d119a28976e50da7 (patch)
treeb88a849627e46b70178be1e7b14fa93bd682e680 /dev-ml
parentdev-ml/opam-client: fix deps (diff)
downloadgentoo-5c5b9bba4d7733a0d058a909d119a28976e50da7.tar.gz
gentoo-5c5b9bba4d7733a0d058a909d119a28976e50da7.tar.bz2
gentoo-5c5b9bba4d7733a0d058a909d119a28976e50da7.zip
dev-ml/opam-format: fix deps
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/opam-format/opam-format-2.0.7-r1.ebuild (renamed from dev-ml/opam-format/opam-format-2.0.7.ebuild)5
-rw-r--r--dev-ml/opam-format/opam-format-2.0.8.ebuild1
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
index 03f9db26f553..d0390991ada8 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 39b0eba048b8..760515d954c7 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"