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: Tue, 29 Jun 2021 18:24:57
Message-Id: 1624991081.1cdb3707a863a8ea0cc7349595bc40244dee98f3.tupone@gentoo
1 commit: 1cdb3707a863a8ea0cc7349595bc40244dee98f3
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 18:24:41 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 18:24:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb3707
7
8 dev-ml/opam-installer: rdepends on dose3
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild b/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild
17 index 7bd84a692fe..931de0a20eb 100644
18 --- a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild
19 +++ b/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild
20 @@ -16,7 +16,7 @@ OPAM_INSTALLER="${S}/opam-installer"
21
22 LICENSE="LGPL-2.1"
23 SLOT="0/${PV}"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
26
27 # Cherry-picked from https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz
28 PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" )
29 @@ -25,6 +25,7 @@ RDEPEND="
30 >=dev-lang/ocaml-4.02.3
31 dev-ml/cmdliner:=
32 ~dev-ml/opam-format-${PV}
33 + >=dev-ml/dose3-6
34 "
35 DEPEND="${RDEPEND}
36 dev-ml/findlib"