diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:39:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:39:56 +0300 |
commit | b9f06a5e22396ef0b7fa6253e46fe777b3a5e4c0 (patch) | |
tree | d921198e6f891c4619f2a4e495836708109d2efc /dev-ml/ppx_string | |
parent | dev-ml/time_now: Stabilize 0.15.0 x86, #901549 (diff) | |
download | gentoo-b9f06a5e22396ef0b7fa6253e46fe777b3a5e4c0.tar.gz gentoo-b9f06a5e22396ef0b7fa6253e46fe777b3a5e4c0.tar.bz2 gentoo-b9f06a5e22396ef0b7fa6253e46fe777b3a5e4c0.zip |
dev-ml/ppx_string: Stabilize 0.15.0-r1 ppc64, #901585
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_string')
-rw-r--r-- | dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild index 449a649ff715..6be2e030768a 100644 --- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild +++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}. 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=" |