diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:44:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:44:09 +0300 |
commit | ab4a8f3ca5ed8c96a0c00fea3a0040e3bb734d68 (patch) | |
tree | c1d74262ccf7173ea371c61ed0a2c231fdda754a /dev-ml/time_now | |
parent | dev-ml/ppx_optcomp: Stabilize 0.16.0 arm64, #933369 (diff) | |
download | gentoo-ab4a8f3ca5ed8c96a0c00fea3a0040e3bb734d68.tar.gz gentoo-ab4a8f3ca5ed8c96a0c00fea3a0040e3bb734d68.tar.bz2 gentoo-ab4a8f3ca5ed8c96a0c00fea3a0040e3bb734d68.zip |
dev-ml/time_now: Stabilize 0.16.0 arm64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/time_now')
-rw-r--r-- | dev-ml/time_now/time_now-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/time_now/time_now-0.16.0.ebuild b/dev-ml/time_now/time_now-0.16.0.ebuild index c0cd7308c6f5..92761d2a291c 100644 --- a/dev-ml/time_now/time_now-0.16.0.ebuild +++ b/dev-ml/time_now/time_now-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 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND=" |