diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-04-17 15:40:46 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-18 23:06:17 +0200 |
commit | eed501ddad131c29303e9b6e20104d3417e10204 (patch) | |
tree | a312350c8e7e8786cc57a3e2a29d71611467bdab /dev-ml/ocaml-base64 | |
parent | dev-ml/opam-core: Keyword 2.1.2 riscv, #835392 (diff) | |
download | gentoo-eed501ddad131c29303e9b6e20104d3417e10204.tar.gz gentoo-eed501ddad131c29303e9b6e20104d3417e10204.tar.bz2 gentoo-eed501ddad131c29303e9b6e20104d3417e10204.zip |
dev-ml/ocaml-base64: Keyword 3.5.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-base64')
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild index 23c1fd99840d..95622eefd12b 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |