diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-15 21:19:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-15 21:19:33 +0300 |
commit | f39c6b2d441482b42d83e0c91bbf00897a2a8c47 (patch) | |
tree | 0285e01b32bc3a9d597ec286645ff5926671523e /dev-ml/timezone | |
parent | dev-ml/ocaml_intrinsics: Keyword 0.15.2 ppc64, #892131 (diff) | |
download | gentoo-f39c6b2d441482b42d83e0c91bbf00897a2a8c47.tar.gz gentoo-f39c6b2d441482b42d83e0c91bbf00897a2a8c47.tar.bz2 gentoo-f39c6b2d441482b42d83e0c91bbf00897a2a8c47.zip |
dev-ml/timezone: Keyword 0.15.0 ppc64, #892131
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/timezone')
-rw-r--r-- | dev-ml/timezone/timezone-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild b/dev-ml/timezone/timezone-0.15.0.ebuild index 9903b412014f..94f063c9746c 100644 --- a/dev-ml/timezone/timezone-0.15.0.ebuild +++ b/dev-ml/timezone/timezone-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 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND="dev-ml/core:${SLOT}" |