diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:12 +0300 |
commit | 1a55206f49e7b2ef9d4a1afecb33c609df4a4c66 (patch) | |
tree | e6808e2acc7e2520b19a479e0d4892defb3e28a8 /dev-ml/ocaml-ctypes | |
parent | dev-ml/num: Stabilize 1.5 amd64, #941576 (diff) | |
download | gentoo-1a55206f49e7b2ef9d4a1afecb33c609df4a4c66.tar.gz gentoo-1a55206f49e7b2ef9d4a1afecb33c609df4a4c66.tar.bz2 gentoo-1a55206f49e7b2ef9d4a1afecb33c609df4a4c66.zip |
dev-ml/ocaml-ctypes: Stabilize 0.22.0 amd64, #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 fbec82b5da87..c2692300e521 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 )" |