Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-installer/
Date: Wed, 27 Jan 2021 18:25:15
Message-Id: 1611771898.b613c4fa50102f316f7f0b885907dbe98404f3c7.tupone@gentoo
1 commit: b613c4fa50102f316f7f0b885907dbe98404f3c7
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 18:24:12 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 18:24:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b613c4fa
7
8 dev-ml/opam-installer: add dep
9
10 Closes: https://bugs.gentoo.org/765400
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/opam-installer/metadata.xml | 4 ++++
15 dev-ml/opam-installer/opam-installer-2.0.7.ebuild | 7 ++++---
16 2 files changed, 8 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-ml/opam-installer/metadata.xml b/dev-ml/opam-installer/metadata.xml
19 index 970e090f0df..856df00497e 100644
20 --- a/dev-ml/opam-installer/metadata.xml
21 +++ b/dev-ml/opam-installer/metadata.xml
22 @@ -1,6 +1,10 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 + <maintainer type="project">
27 + <email>ml@g.o</email>
28 + <name>ML</name>
29 + </maintainer>
30 <maintainer type="person">
31 <email>gienah@g.o</email>
32 <name>Mark Wright</name>
33
34 diff --git a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild
35 index 276428f9678..59f744994a0 100644
36 --- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild
37 +++ b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -18,8 +18,9 @@ SLOT="0/${PV}"
45 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
46 IUSE=""
47
48 -DEPEND=">=dev-lang/ocaml-4.02.3"
49 -RDEPEND="${DEPEND}"
50 +RDEPEND=">=dev-lang/ocaml-4.02.3"
51 +DEPEND="${RDEPEND}
52 + dev-ml/findlib"
53
54 S="${WORKDIR}/opam-full-${PV/_/-}"
55 OPAM_INSTALLER="${S}/opam-installer"