diff options
Diffstat (limited to 'dev-ml/opam-installer/opam-installer-2.0.7.ebuild')
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.0.7.ebuild | 7 |
1 files changed, 4 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.ebuild index 276428f96786..59f744994a07 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.7.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 @@ -18,8 +18,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" -DEPEND=">=dev-lang/ocaml-4.02.3" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4.02.3" +DEPEND="${RDEPEND} + dev-ml/findlib" S="${WORKDIR}/opam-full-${PV/_/-}" OPAM_INSTALLER="${S}/opam-installer" |