diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 16:11:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 16:11:13 +0300 |
commit | 72f220a54e1fae55a7c7a0136a1040200eefc6ae (patch) | |
tree | e90431530e0f601b03b017d27416bdc02222cc1b /dev-ml | |
parent | dev-ml/ppx_enumerate: Stabilize 0.15.0 x86, #901521 (diff) | |
download | gentoo-72f220a54e1fae55a7c7a0136a1040200eefc6ae.tar.gz gentoo-72f220a54e1fae55a7c7a0136a1040200eefc6ae.tar.bz2 gentoo-72f220a54e1fae55a7c7a0136a1040200eefc6ae.zip |
dev-ml/ppx_hash: Stabilize 0.15.0-r1 arm64, #901527
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild index e685996e4b2d..c2f73df057f4 100644 --- a/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild +++ b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" 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=" |