diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 18:12:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 18:12:54 +0300 |
commit | 8a111ec42020b0a72b2cfb9d05c0961bc7e50568 (patch) | |
tree | d9742d33ce3e42ead6730ed0e4087f4cbc8a768a /dev-ml/ppx_sexp_value | |
parent | dev-ml/ppx_sexp_value: Stabilize 0.15.0-r1 x86, #901533 (diff) | |
download | gentoo-8a111ec42020b0a72b2cfb9d05c0961bc7e50568.tar.gz gentoo-8a111ec42020b0a72b2cfb9d05c0961bc7e50568.tar.bz2 gentoo-8a111ec42020b0a72b2cfb9d05c0961bc7e50568.zip |
dev-ml/ppx_sexp_value: Stabilize 0.15.0-r1 ppc64, #901533
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_value')
-rw-r--r-- | dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild index 0cf87ccfe746..a7a2374007e1 100644 --- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild +++ b/dev-ml/ppx_sexp_value/ppx_sexp_value-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=" |