diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:34:09 +0300 |
commit | cab95953bd7da1f153db43a32eb8394c26cdc786 (patch) | |
tree | ad359e823e75824c8404b34fabf2ef92221f7f3c /dev-ml/async_rpc_kernel | |
parent | dev-ml/protocol_version_header: Stabilize 0.16.0 amd64, #933369 (diff) | |
download | gentoo-cab95953bd7da1f153db43a32eb8394c26cdc786.tar.gz gentoo-cab95953bd7da1f153db43a32eb8394c26cdc786.tar.bz2 gentoo-cab95953bd7da1f153db43a32eb8394c26cdc786.zip |
dev-ml/async_rpc_kernel: Stabilize 0.16.0 amd64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/async_rpc_kernel')
-rw-r--r-- | dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild index 8e3831a5982a..952b10663252 100644 --- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild +++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND=" |