diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:40:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:40:07 +0300 |
commit | 9c9437cd9a7037165276a93ff4ab7fbd7c0185a1 (patch) | |
tree | c5b3851776e29e002ee1d4e4a5bfea9954865849 /dev-ml | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.22.0 arm, #941576 (diff) | |
download | gentoo-9c9437cd9a7037165276a93ff4ab7fbd7c0185a1.tar.gz gentoo-9c9437cd9a7037165276a93ff4ab7fbd7c0185a1.tar.bz2 gentoo-9c9437cd9a7037165276a93ff4ab7fbd7c0185a1.zip |
dev-ml/ocamlgraph: Stabilize 2.1.0 arm, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-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 331102d789e5..c06e5c9953b2 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?]" |