diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-12 08:37:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-12 08:37:30 +0300 |
commit | f5f2aa9adf03c3f20a880177ce8f5dbb8cf71731 (patch) | |
tree | c8048656dd574758f0ef45b679479f1dddb28ad4 /dev-ml/time_now | |
parent | dev-ml/ppx_optcomp: Stabilize 0.16.0 ppc64, #933369 (diff) | |
download | gentoo-f5f2aa9adf03c3f20a880177ce8f5dbb8cf71731.tar.gz gentoo-f5f2aa9adf03c3f20a880177ce8f5dbb8cf71731.tar.bz2 gentoo-f5f2aa9adf03c3f20a880177ce8f5dbb8cf71731.zip |
dev-ml/time_now: Stabilize 0.16.0 ppc64, #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 92761d2a291c..924c2c83fa18 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=" |