diff options
author | 2023-04-29 11:28:45 +0300 | |
---|---|---|
committer | 2023-04-29 11:28:45 +0300 | |
commit | d9cf53bd56c66acaeba986160e0bc9318886a488 (patch) | |
tree | 45e2befca4d090a07ac7a1e2ff2b856213725e9f /dev-ml | |
parent | dev-ml/camlp4: Stabilize 4.14_p1-r2 arm64, #901693 (diff) | |
download | gentoo-d9cf53bd56c66acaeba986160e0bc9318886a488.tar.gz gentoo-d9cf53bd56c66acaeba986160e0bc9318886a488.tar.bz2 gentoo-d9cf53bd56c66acaeba986160e0bc9318886a488.zip |
dev-ml/ppx_bin_prot: Stabilize 0.15.0-r1 arm64, #901567
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-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 46c5f6cc2433..648a5ad4dd49 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 )" |