diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-29 11:28:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-29 11:28:52 +0300 |
commit | ccf757419074cf365e84179a0afe81d25277885e (patch) | |
tree | 3a33ff3bdc1a6834c46d5963a1b0b7ac612c5f8d /dev-ml/ppx_bin_prot | |
parent | dev-ml/ppx_bin_prot: Stabilize 0.15.0-r1 arm, #901567 (diff) | |
download | gentoo-ccf757419074cf365e84179a0afe81d25277885e.tar.gz gentoo-ccf757419074cf365e84179a0afe81d25277885e.tar.bz2 gentoo-ccf757419074cf365e84179a0afe81d25277885e.zip |
dev-ml/ppx_bin_prot: Stabilize 0.15.0-r1 ppc64, #901567
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_bin_prot')
-rw-r--r-- | dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild index 59371554c68a..c91daaa4172b 100644 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.15.0-r1.ebuild +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-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 test" RESTRICT="!test? ( test )" |