diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-18 10:28:28 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-18 10:28:28 +0000 |
commit | 3cc1b7db8db11aeed8178f883c41674fb764a45d (patch) | |
tree | bea4228ac0c3b67002597ba2c086126ce9c5a039 /dev-ml | |
parent | dev-ml/luv: Stabilize 0.5.14-r1 arm64, #942676 (diff) | |
download | gentoo-3cc1b7db8db11aeed8178f883c41674fb764a45d.tar.gz gentoo-3cc1b7db8db11aeed8178f883c41674fb764a45d.tar.bz2 gentoo-3cc1b7db8db11aeed8178f883c41674fb764a45d.zip |
dev-ml/ocaml-ctypes: Stabilize 0.23.0 arm64, #942676
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 dfd50c957aaf..7a6bc1d67716 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 )" |