summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-27 19:24:12 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-27 19:24:58 +0100
commitb613c4fa50102f316f7f0b885907dbe98404f3c7 (patch)
treef0837f36c14776e93e2fbdca9495940f4dc899ec /dev-ml/opam-installer
parentnet-libs/gsoap: remove unused patches (diff)
downloadgentoo-b613c4fa50102f316f7f0b885907dbe98404f3c7.tar.gz
gentoo-b613c4fa50102f316f7f0b885907dbe98404f3c7.tar.bz2
gentoo-b613c4fa50102f316f7f0b885907dbe98404f3c7.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/opam-installer')
-rw-r--r--dev-ml/opam-installer/metadata.xml4
-rw-r--r--dev-ml/opam-installer/opam-installer-2.0.7.ebuild7
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/opam-installer/metadata.xml b/dev-ml/opam-installer/metadata.xml
index 970e090f0dfd..856df00497e6 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>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
<maintainer type="person">
<email>gienah@gentoo.org</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 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"