diff options
author | 2021-03-14 00:44:19 +0000 | |
---|---|---|
committer | 2021-03-14 00:47:28 +0000 | |
commit | 5ed1b57887c861cb26b245ee2fab96c64fc4c197 (patch) | |
tree | d5881d7b8cdc22ba83db1bef2f95260d71a05129 /dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | |
parent | dev-ml/ppx_typerep_conv: Stabilize 0.14.1 arm64, #772833 (diff) | |
download | gentoo-5ed1b57887c861cb26b245ee2fab96c64fc4c197.tar.gz gentoo-5ed1b57887c861cb26b245ee2fab96c64fc4c197.tar.bz2 gentoo-5ed1b57887c861cb26b245ee2fab96c64fc4c197.zip |
dev-ml/ppx_jane: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild')
-rw-r--r-- | dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild index 3ab96898d048..41b3332c6a2f 100644 --- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild +++ b/dev-ml/ppx_jane/ppx_jane-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=" |