diff options
author | 2023-02-10 16:22:49 +0800 | |
---|---|---|
committer | 2023-02-10 16:22:49 +0800 | |
commit | 557ba669c851db232a6e8bde4f943c34ec65001c (patch) | |
tree | 779b26025c3ce77b21a681c2c88c49a99b3be29b /dev-ml | |
parent | dev-ml/ppx_jane: Keyword 0.15.0 riscv, #892131 (diff) | |
download | gentoo-557ba669c851db232a6e8bde4f943c34ec65001c.tar.gz gentoo-557ba669c851db232a6e8bde4f943c34ec65001c.tar.bz2 gentoo-557ba669c851db232a6e8bde4f943c34ec65001c.zip |
dev-ml/int_repr: Keyword 0.15.0 riscv, #892131
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/int_repr/int_repr-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/int_repr/int_repr-0.15.0.ebuild b/dev-ml/int_repr/int_repr-0.15.0.ebuild index 8bdf0e71886b..ddaf1a7ec797 100644 --- a/dev-ml/int_repr/int_repr-0.15.0.ebuild +++ b/dev-ml/int_repr/int_repr-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="+ocamlopt" DEPEND="dev-ml/ppx_jane:${SLOT}" |