diff options
author | 2023-06-09 18:27:09 +0300 | |
---|---|---|
committer | 2023-06-09 18:27:09 +0300 | |
commit | f4e2b0ed26dd5c9528d26b74104d1d9c9a5bbbf3 (patch) | |
tree | 139d6dd2dd7eb872e1e82fd8ef3032721e35e81a /dev-ml | |
parent | dev-ml/async: Stabilize 0.15.0 arm64, #908161 (diff) | |
download | gentoo-f4e2b0ed26dd5c9528d26b74104d1d9c9a5bbbf3.tar.gz gentoo-f4e2b0ed26dd5c9528d26b74104d1d9c9a5bbbf3.tar.bz2 gentoo-f4e2b0ed26dd5c9528d26b74104d1d9c9a5bbbf3.zip |
dev-ml/async_rpc_kernel: Stabilize 0.15.0 arm64, #908161
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild index a8a07103d256..cc1aed933640 100644 --- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild +++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND=" |