diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:27:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:27:04 +0000 |
commit | 0f66f7d19cb3e85318ecc73dd1466478728c6d02 (patch) | |
tree | 92fe10ab7f2eae60565bdb728a0058a33120a826 /dev-ml/ppx_pipebang | |
parent | dev-ml/ppx_optional: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-0f66f7d19cb3e85318ecc73dd1466478728c6d02.tar.gz gentoo-0f66f7d19cb3e85318ecc73dd1466478728c6d02.tar.bz2 gentoo-0f66f7d19cb3e85318ecc73dd1466478728c6d02.zip |
dev-ml/ppx_pipebang: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
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 eb44efb7ea83..2726dec13376 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 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" |