diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-04-17 15:41:06 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-18 23:06:37 +0200 |
commit | 5b7e41198e71da0e3721fdbc3171ca05edb4f7d4 (patch) | |
tree | 8b1dc99632700f406357e88bbda4060345c24039 /dev-ml/ocaml-ctypes | |
parent | dev-ml/integers: Keyword 0.5.1 riscv, #835392 (diff) | |
download | gentoo-5b7e41198e71da0e3721fdbc3171ca05edb4f7d4.tar.gz gentoo-5b7e41198e71da0e3721fdbc3171ca05edb4f7d4.tar.bz2 gentoo-5b7e41198e71da0e3721fdbc3171ca05edb4f7d4.zip |
dev-ml/ocaml-ctypes: Keyword 0.20.0 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild index 22dbf916bf59..b6e2c219acec 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |