diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-22 00:06:41 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-22 00:06:41 +0100 |
commit | 33290fc8df3acaf6e0036f14f3df24b0206a3bed (patch) | |
tree | be4bbea959050f7f95992f69f2a85f434b7c397a /dev-ml | |
parent | dev-ml/jsonm: Keyword 1.0.1 riscv, #944340 (diff) | |
download | gentoo-33290fc8df3acaf6e0036f14f3df24b0206a3bed.tar.gz gentoo-33290fc8df3acaf6e0036f14f3df24b0206a3bed.tar.bz2 gentoo-33290fc8df3acaf6e0036f14f3df24b0206a3bed.zip |
dev-ml/ocaml-sha: Keyword 1.15.4 riscv, #944340
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild index 3da8b2a1fbbe..875ab2f7209f 100644 --- a/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild +++ b/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/djs55/${PN}/releases/download/v${PV}/${MYP}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |