commit: b613c4fa50102f316f7f0b885907dbe98404f3c7 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Jan 27 18:24:12 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Jan 27 18:24:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b613c4fa
dev-ml/opam-installer: add dep Closes: https://bugs.gentoo.org/765400 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/opam-installer/metadata.xml | 4 ++++ dev-ml/opam-installer/opam-installer-2.0.7.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-ml/opam-installer/metadata.xml b/dev-ml/opam-installer/metadata.xml index 970e090f0df..856df00497e 100644 --- a/dev-ml/opam-installer/metadata.xml +++ b/dev-ml/opam-installer/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>ML</name> + </maintainer> <maintainer type="person"> <email>[email protected]</email> <name>Mark Wright</name> 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 276428f9678..59f744994a0 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"
