diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:23 +0000 |
commit | e004927c64d5e00b5a7e2201e4e26dfecc231c73 (patch) | |
tree | b297c55ff3079f5864f27759cbd978c7906c673f /dev-ml/ppx_pipebang | |
parent | dev-ml/ppx_optional: Stabilize 0.14.0 arm64, #772833 (diff) | |
download | gentoo-e004927c64d5e00b5a7e2201e4e26dfecc231c73.tar.gz gentoo-e004927c64d5e00b5a7e2201e4e26dfecc231c73.tar.bz2 gentoo-e004927c64d5e00b5a7e2201e4e26dfecc231c73.zip |
dev-ml/ppx_pipebang: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_pipebang')
-rw-r--r-- | dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild b/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild index 3f3823294dae..7889e6653321 100644 --- a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild +++ b/dev-ml/ppx_pipebang/ppx_pipebang-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=" |