diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:40:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:40:06 +0300 |
commit | 33b2be5a0435f95f32b8fcd7849ee0d22acde2dd (patch) | |
tree | de087d3c4f8cea8a806b7d7e3001a082807b5339 /dev-ml/ocaml-ctypes | |
parent | dev-ml/ocamlbuild: Stabilize 0.15.0 arm, #941576 (diff) | |
download | gentoo-33b2be5a0435f95f32b8fcd7849ee0d22acde2dd.tar.gz gentoo-33b2be5a0435f95f32b8fcd7849ee0d22acde2dd.tar.bz2 gentoo-33b2be5a0435f95f32b8fcd7849ee0d22acde2dd.zip |
dev-ml/ocaml-ctypes: Stabilize 0.22.0 arm, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild index a1eb56a641ed..dfd50c957aaf 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.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 )" |