summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-08 17:20:27 +0000
committerSam James <sam@gentoo.org>2021-02-08 17:20:58 +0000
commitdb9744ad8d74154c490d9890eeafda2817fa5941 (patch)
tree53ce850cad60315614ed35fe512ed60385d7f556 /dev-ml/opam-state
parentdev-ml/opam-solver: fix deps (diff)
downloadgentoo-db9744ad8d74154c490d9890eeafda2817fa5941.tar.gz
gentoo-db9744ad8d74154c490d9890eeafda2817fa5941.tar.bz2
gentoo-db9744ad8d74154c490d9890eeafda2817fa5941.zip
dev-ml/opam-state: 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/opam-state')
-rw-r--r--dev-ml/opam-state/opam-state-2.0.7-r1.ebuild (renamed from dev-ml/opam-state/opam-state-2.0.7.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/opam-state/opam-state-2.0.7.ebuild b/dev-ml/opam-state/opam-state-2.0.7-r1.ebuild
index a0a6b6eda7c1..6a79137fcca9 100644
--- a/dev-ml/opam-state/opam-state-2.0.7.ebuild
+++ b/dev-ml/opam-state/opam-state-2.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND="
- dev-ml/opam-repository:=
- dev-ml/re:=
+ ~dev-ml/opam-repository-${PV}:=
+ dev-ml/re:=
dev-ml/opam-file-format:=
"
DEPEND="${RDEPEND}"