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/oasis/
Date: Fri, 29 Jan 2021 07:33:00
Message-Id: 1611905559.b54caa93cd4b26f828a4640345832210c3c641e8.tupone@gentoo
1 commit: b54caa93cd4b26f828a4640345832210c3c641e8
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 07:32:39 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 07:32:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54caa93
7
8 dev-ml/oasis: does not depend on ocaml-data-notation
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
17 index 86cf986a25a..9319826b935 100644
18 --- a/dev-ml/oasis/oasis-0.4.10.ebuild
19 +++ b/dev-ml/oasis/oasis-0.4.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,7 +18,7 @@ SLOT="0/${PV}"
27 KEYWORDS="~amd64 ~x86"
28 IUSE=""
29
30 -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
31 +RDEPEND="
32 dev-ml/ocamlbuild:=[ocamlopt]
33 dev-ml/camlp4:=
34 "