diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:23:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:23:00 +0000 |
commit | c4d05fb0e009058be0feda5a45266600a4a9af66 (patch) | |
tree | 699edb215a966cf9a9359cc26087f5d602c8441a /dev-ml/ppx_custom_printf | |
parent | dev-ml/ppx_assert: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-c4d05fb0e009058be0feda5a45266600a4a9af66.tar.gz gentoo-c4d05fb0e009058be0feda5a45266600a4a9af66.tar.bz2 gentoo-c4d05fb0e009058be0feda5a45266600a4a9af66.zip |
dev-ml/ppx_custom_printf: 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_custom_printf')
-rw-r--r-- | dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild index 94afbd697195..91fc0960056c 100644 --- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild +++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-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=" |