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/ocamlify/
Date: Fri, 29 Jan 2021 07:31:11
Message-Id: 1611905448.5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181.tupone@gentoo
1 commit: 5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 07:30:48 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 07:30:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c33a614
7
8 dev-ml/ocamlify: dep on ocaml-4.05
9
10 Closes: https://bugs.gentoo.org/704238
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/ocamlify/ocamlify-0.0.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
18 index 0f54e07a5cc..f5e146b1104 100644
19 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
20 +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1-with-linking-exception"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30
31 -RDEPEND=""
32 +RDEPEND="~dev-lang/ocaml-4.05.0"
33 DEPEND="${RDEPEND}"
34 IUSE=""