diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 09:33:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 09:33:40 +0300 |
commit | 9c44145159e5c1f22ad87cf51382eba52b106e8d (patch) | |
tree | 72a6de97b8f372dda4d511df137881838bd694b6 | |
parent | dev-lang/python: Stabilize 3.11.9-r1 x86, #933786 (diff) | |
download | gentoo-9c44145159e5c1f22ad87cf51382eba52b106e8d.tar.gz gentoo-9c44145159e5c1f22ad87cf51382eba52b106e8d.tar.bz2 gentoo-9c44145159e5c1f22ad87cf51382eba52b106e8d.zip |
dev-ml/async: Stabilize 0.16.0 arm64, #933767
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-ml/async/async-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/async/async-0.16.0.ebuild b/dev-ml/async/async-0.16.0.ebuild index af5947cb1aff..b0dabdf74495 100644 --- a/dev-ml/async/async-0.16.0.ebuild +++ b/dev-ml/async/async-0.16.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 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="+ocamlopt" # Need qtest_lib, netkit_sockets |