diff options
author | 2024-10-18 18:40:16 +0300 | |
---|---|---|
committer | 2024-10-18 18:40:16 +0300 | |
commit | e62b64007acefe13667b1f8c5d51440018fa214f (patch) | |
tree | cd8c40ed668e60d93d24eb9a26ad59c24a9d3c7c /dev-ml/ocamlgraph | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.22.0 arm64, #941576 (diff) | |
download | gentoo-e62b64007acefe13667b1f8c5d51440018fa214f.tar.gz gentoo-e62b64007acefe13667b1f8c5d51440018fa214f.tar.bz2 gentoo-e62b64007acefe13667b1f8c5d51440018fa214f.zip |
dev-ml/ocamlgraph: Stabilize 2.1.0 arm64, #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 c06e5c9953b2..fab08f3f97fd 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?]" |