diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-04-17 15:40:15 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-18 23:05:47 +0200 |
commit | 011be66d73640f7f7c62bcee5c7eb79a160124a3 (patch) | |
tree | a9727604c31ddba06dc74c99511c12c83bac6e31 /dev-ml | |
parent | dev-ml/variantslib: Keyword 0.14.0 riscv, #835392 (diff) | |
download | gentoo-011be66d73640f7f7c62bcee5c7eb79a160124a3.tar.gz gentoo-011be66d73640f7f7c62bcee5c7eb79a160124a3.tar.bz2 gentoo-011be66d73640f7f7c62bcee5c7eb79a160124a3.zip |
dev-ml/ppx_variants_conv: Keyword 0.14.2 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.2.ebuild b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.2.ebuild index 51d2033195ec..83ae31926ca9 100644 --- a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.2.ebuild +++ b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~x86" IUSE="+ocamlopt" DEPEND=" |