diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:43:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:43:43 +0300 |
commit | 5dffcc6944b08b0002c16bb4d3975ea02fabd0df (patch) | |
tree | 12f6a84bf62d2728c27e32126da7ed0c3bfbb005 /dev-ml/time_now | |
parent | dev-ml/ppx_optcomp: Stabilize 0.16.0 arm, #933369 (diff) | |
download | gentoo-5dffcc6944b08b0002c16bb4d3975ea02fabd0df.tar.gz gentoo-5dffcc6944b08b0002c16bb4d3975ea02fabd0df.tar.bz2 gentoo-5dffcc6944b08b0002c16bb4d3975ea02fabd0df.zip |
dev-ml/time_now: Stabilize 0.16.0 arm, #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 3d7201936f44..c0cd7308c6f5 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=" |