diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:28:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:28:44 +0000 |
commit | bf5f2e479d241b4a765a42340d98ae829ed782e8 (patch) | |
tree | 0b04093cd70ba007eae009a2e8559ca74e69823d /dev-ml/splittable_random | |
parent | dev-ml/opam-core: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-bf5f2e479d241b4a765a42340d98ae829ed782e8.tar.gz gentoo-bf5f2e479d241b4a765a42340d98ae829ed782e8.tar.bz2 gentoo-bf5f2e479d241b4a765a42340d98ae829ed782e8.zip |
dev-ml/splittable_random: 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/splittable_random')
-rw-r--r-- | dev-ml/splittable_random/splittable_random-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild b/dev-ml/splittable_random/splittable_random-0.14.0.ebuild index 550d2c8b16a4..cc9e8ce123ef 100644 --- a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild +++ b/dev-ml/splittable_random/splittable_random-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" RDEPEND=" |