diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:30:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:45:43 +0000 |
commit | ab5fdb2034d32da0404b628c90264f4361557a68 (patch) | |
tree | 0795ea790ffd4199387286acdb4223d29bd7e037 /dev-ml/splittable_random | |
parent | dev-ml/ppx_bench: Stabilize 0.14.1 arm, #772833 (diff) | |
download | gentoo-ab5fdb2034d32da0404b628c90264f4361557a68.tar.gz gentoo-ab5fdb2034d32da0404b628c90264f4361557a68.tar.bz2 gentoo-ab5fdb2034d32da0404b628c90264f4361557a68.zip |
dev-ml/splittable_random: Stabilize 0.14.0 arm, #772833
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 ee54d3cff62c..b23c79a0d69e 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 ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |