diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 16:32:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 16:32:41 +0000 |
commit | b6261f2d8b85a4fd5c9ff7e468a1d919ddd4e046 (patch) | |
tree | 751809e04ab06e86c634bbbb2c6e3c2f0f38e221 | |
parent | dev-ml/typerep: Stabilize 0.14.0 ppc64, #769317 (diff) | |
download | gentoo-b6261f2d8b85a4fd5c9ff7e468a1d919ddd4e046.tar.gz gentoo-b6261f2d8b85a4fd5c9ff7e468a1d919ddd4e046.tar.bz2 gentoo-b6261f2d8b85a4fd5c9ff7e468a1d919ddd4e046.zip |
dev-ml/ppx_typerep_conv: Stabilize 0.14.1 ppc64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild index b810461d6a92..f2cf5f771e1b 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" |