diff options
author | 2024-10-15 18:24:08 +0300 | |
---|---|---|
committer | 2024-10-15 18:24:08 +0300 | |
commit | d6ed477110effb19cbe1611f9689a4ef952b8d3b (patch) | |
tree | d7243ab51b36bda41ad1c244c7dd8e06b0efb191 /dev-ml/ocamlgraph | |
parent | dev-ml/cudf: Stabilize 0.10-r1 amd64, #941576 (diff) | |
download | gentoo-d6ed477110effb19cbe1611f9689a4ef952b8d3b.tar.gz gentoo-d6ed477110effb19cbe1611f9689a4ef952b8d3b.tar.bz2 gentoo-d6ed477110effb19cbe1611f9689a4ef952b8d3b.zip |
dev-ml/ocamlgraph: Stabilize 2.1.0 amd64, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.1.0.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.1.0.ebuild index 9ed28c085ec3..0a074fd037ee 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-2.1.0.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-2.1.0.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 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" RDEPEND=" dev-ml/stdlib-shims:=[ocamlopt?] dev-ml/graphics:=[ocamlopt?]" |