diff options
author | Sam James <sam@gentoo.org> | 2023-05-05 23:30:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-05 23:30:29 +0100 |
commit | 997966df57bc350397b3042628bf1c2ac97e5a64 (patch) | |
tree | 67b51437f598de077b3939c7b03c4de993ff1b78 /dev-ml/async_unix | |
parent | app-emulation/qemu: add pre-generated docs for 8.0.0 (diff) | |
download | gentoo-997966df57bc350397b3042628bf1c2ac97e5a64.tar.gz gentoo-997966df57bc350397b3042628bf1c2ac97e5a64.tar.bz2 gentoo-997966df57bc350397b3042628bf1c2ac97e5a64.zip |
dev-ml/async_unix: Stabilize 0.15.0 arm64, #901669
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/async_unix')
-rw-r--r-- | dev-ml/async_unix/async_unix-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild b/dev-ml/async_unix/async_unix-0.15.0.ebuild index a10b5c8e6508..f22ffb4da89c 100644 --- a/dev-ml/async_unix/async_unix-0.15.0.ebuild +++ b/dev-ml/async_unix/async_unix-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 x86" +KEYWORDS="amd64 arm arm64 x86" IUSE="+ocamlopt" RDEPEND=" |