diff options
author | 2024-06-12 08:37:23 +0300 | |
---|---|---|
committer | 2024-06-12 08:37:23 +0300 | |
commit | 7219b31e188d4d2c8b55bb433348890f4f2592d5 (patch) | |
tree | 791a3bca951a01267d8bfaef272414c9b652d1a9 /dev-ml/ppx_base | |
parent | dev-ml/ppx_hash: Stabilize 0.16.0 ppc64, #933369 (diff) | |
download | gentoo-7219b31e188d4d2c8b55bb433348890f4f2592d5.tar.gz gentoo-7219b31e188d4d2c8b55bb433348890f4f2592d5.tar.bz2 gentoo-7219b31e188d4d2c8b55bb433348890f4f2592d5.zip |
dev-ml/ppx_base: Stabilize 0.16.0-r1 ppc64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_base')
-rw-r--r-- | dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild b/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild index b44e16941118..a50a6d0d28f9 100644 --- a/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild +++ b/dev-ml/ppx_base/ppx_base-0.16.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=" |