diff options
author | Sam James <sam@gentoo.org> | 2021-03-10 03:06:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-10 03:06:27 +0000 |
commit | f87a71507df55a36212875c656d530bccd3ced9c (patch) | |
tree | 8d991000d7a830c7a847f78f6a6c3c2435ad1971 /dev-ml | |
parent | dev-ml/graphics: Stabilize 5.1.1 ppc64, #769320 (diff) | |
download | gentoo-f87a71507df55a36212875c656d530bccd3ced9c.tar.gz gentoo-f87a71507df55a36212875c656d530bccd3ced9c.tar.bz2 gentoo-f87a71507df55a36212875c656d530bccd3ced9c.zip |
dev-ml/ocamlgraph: Stabilize 2.0.0-r1 ppc64, #769320
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild index 99c5c8a8d144..8bf5401819da 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html" SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86" RDEPEND=" dev-ml/stdlib-shims:=[ocamlopt?] dev-ml/graphics:=[ocamlopt?]" |