diff options
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.7-r1.ebuild (renamed from dev-ml/opam-solver/opam-solver-2.0.7.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.0.7.ebuild b/dev-ml/opam-solver/opam-solver-2.0.7-r1.ebuild index 9183ce40afde..3613f874ac62 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.7.ebuild +++ b/dev-ml/opam-solver/opam-solver-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 @@ -16,9 +16,9 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" RDEPEND=" - dev-ml/opam-format:= - dev-ml/opam-file-format:= - dev-ml/re:= + ~dev-ml/opam-format-${PV}:= + dev-ml/opam-file-format:= + dev-ml/re:= >=dev-ml/mccs-1.1.4:= dev-ml/dose3:= dev-ml/cudf:= |