diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:16 +0000 |
commit | 9d0d9ff15727c54fae8ed0e5d4dbc7d9784cd61a (patch) | |
tree | dd5aa12aa11de17c0c57fcf50d1f1a2924498098 /dev-ml/bin_prot | |
parent | dev-ml/ppx_variants_conv: Stabilize 0.14.1 arm64, #772833 (diff) | |
download | gentoo-9d0d9ff15727c54fae8ed0e5d4dbc7d9784cd61a.tar.gz gentoo-9d0d9ff15727c54fae8ed0e5d4dbc7d9784cd61a.tar.bz2 gentoo-9d0d9ff15727c54fae8ed0e5d4dbc7d9784cd61a.zip |
dev-ml/bin_prot: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/bin_prot')
-rw-r--r-- | dev-ml/bin_prot/bin_prot-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild index 0fd0ed5b84c3..2f0004a88c2b 100644 --- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild +++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |