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: Tue, 09 Feb 2021 21:36:06
Message-Id: 1612906556.e3e2b2f5f0d46fea1fa06101544ca2edeaab478e.sam@gentoo
1 commit: e3e2b2f5f0d46fea1fa06101544ca2edeaab478e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 21:35:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 21:35:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e2b2f5
7
8 dev-ml/ocamlgraph: Keyword 2.0.0 ppc64, #769011
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild
16 index 96971b5888b..58fd0cd07d6 100644
17 --- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild
18 +++ b/dev-ml/ocamlgraph/ocamlgraph-2.0.0.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 ~x86"
24 +KEYWORDS="~amd64 ~ppc64 ~x86"
25 RDEPEND="
26 gtk? ( dev-ml/lablgtk:2=[ocamlopt?] )
27 dev-ml/stdlib-shims:=[ocamlopt?]