diff options
author | 2021-03-14 00:31:04 +0000 | |
---|---|---|
committer | 2021-03-14 00:45:56 +0000 | |
commit | 0b415ea91f32bbe534e7c31a7edfb240e2bbcfbb (patch) | |
tree | 6859bcee0bcf45b10a5cb04cb2492f3185b51603 /dev-ml/typerep | |
parent | dev-ml/ppx_string: Stabilize 0.14.1 arm, #772833 (diff) | |
download | gentoo-0b415ea91f32bbe534e7c31a7edfb240e2bbcfbb.tar.gz gentoo-0b415ea91f32bbe534e7c31a7edfb240e2bbcfbb.tar.bz2 gentoo-0b415ea91f32bbe534e7c31a7edfb240e2bbcfbb.zip |
dev-ml/typerep: Stabilize 0.14.0 arm, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r-- | dev-ml/typerep/typerep-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild b/dev-ml/typerep/typerep-0.14.0.ebuild index 08a8295007a4..084c172880a6 100644 --- a/dev-ml/typerep/typerep-0.14.0.ebuild +++ b/dev-ml/typerep/typerep-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="dev-ml/base:=" |