Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlgraph/
Date: Fri, 30 Apr 2021 23:35:55
Message-Id: 1619825744.6cbc365a6e69cc1e674a762574e4b5ea15c9c7d2.sam@gentoo
1 commit: 6cbc365a6e69cc1e674a762574e4b5ea15c9c7d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 23:35:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 23:35:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbc365a
7
8 dev-ml/ocamlgraph: Stabilize 2.0.0-r1 arm64, #769320
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
16 index 3359f954e2c..f20fa2b8bb8 100644
17 --- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
18 +++ b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html"
20 SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz"
21 LICENSE="LGPL-2.1"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
25 RDEPEND="
26 dev-ml/stdlib-shims:=[ocamlopt?]
27 dev-ml/graphics:=[ocamlopt?]"