From 3cc1b7db8db11aeed8178f883c41674fb764a45d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 18 Nov 2024 10:28:28 +0000 Subject: [PATCH] dev-ml/ocaml-ctypes: Stabilize 0.23.0 arm64, #942676 Signed-off-by: Arthur Zamarin --- dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild index dfd50c957aafe..7a6bc1d677167 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/yallop/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"