diff options
author | 2021-03-14 00:40:14 +0000 | |
---|---|---|
committer | 2021-03-14 00:46:54 +0000 | |
commit | 07ab1f8da23b776d38eca12b428383a29dbbb593 (patch) | |
tree | 54b2879311929782be4908e5a1fa6a4b543baaff /dev-ml | |
parent | dev-ml/ppx_sexp_conv: Stabilize 0.14.1 arm64, #772833 (diff) | |
download | gentoo-07ab1f8da23b776d38eca12b428383a29dbbb593.tar.gz gentoo-07ab1f8da23b776d38eca12b428383a29dbbb593.tar.bz2 gentoo-07ab1f8da23b776d38eca12b428383a29dbbb593.zip |
dev-ml/ppx_hash: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild index 615a363f5234..4d7ebf864361 100644 --- a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild +++ b/dev-ml/ppx_hash/ppx_hash-0.14.0.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/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=" |