diff options
author | Sam James <sam@gentoo.org> | 2023-03-25 01:42:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-25 01:42:10 +0000 |
commit | 362381b487d6b67dbb2a1333e165edc7af2f8b5a (patch) | |
tree | 35388eddbe8fe7ecd4d617742fc3c9e3ed765fbb /dev-ml/ppx_let | |
parent | dev-libs/elfutils: fix bashisms in configure (diff) | |
download | gentoo-362381b487d6b67dbb2a1333e165edc7af2f8b5a.tar.gz gentoo-362381b487d6b67dbb2a1333e165edc7af2f8b5a.tar.bz2 gentoo-362381b487d6b67dbb2a1333e165edc7af2f8b5a.zip |
dev-ml/ppx_let: Stabilize 0.15.0 arm, #901535
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_let')
-rw-r--r-- | dev-ml/ppx_let/ppx_let-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_let/ppx_let-0.15.0.ebuild b/dev-ml/ppx_let/ppx_let-0.15.0.ebuild index 3d414757dcda..7c5760d5ab27 100644 --- a/dev-ml/ppx_let/ppx_let-0.15.0.ebuild +++ b/dev-ml/ppx_let/ppx_let-0.15.0.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=" |