diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:40:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:40:34 +0300 |
commit | 53ff6e1552dc33e43b89d8ea144f02c0f7a07832 (patch) | |
tree | 2d040d441cbf63021bd46d59932b9625434b486e /dev-ml/time_now | |
parent | dev-ml/ppx_string: Stabilize 0.15.0-r1 arm64, #901585 (diff) | |
download | gentoo-53ff6e1552dc33e43b89d8ea144f02c0f7a07832.tar.gz gentoo-53ff6e1552dc33e43b89d8ea144f02c0f7a07832.tar.bz2 gentoo-53ff6e1552dc33e43b89d8ea144f02c0f7a07832.zip |
dev-ml/time_now: Stabilize 0.15.0 ppc64, #901549
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.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/time_now/time_now-0.15.0.ebuild b/dev-ml/time_now/time_now-0.15.0.ebuild index 6ebb2ded5328..494e3af7de71 100644 --- a/dev-ml/time_now/time_now-0.15.0.ebuild +++ b/dev-ml/time_now/time_now-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 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND=" |