diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-04-17 15:40:44 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-18 23:06:15 +0200 |
commit | c715df5235533bf6e61b7fa3cc744cf37aae1584 (patch) | |
tree | 75c3d8c5de6c60897aba1aafc9b94428031c95e7 /dev-ml/opam-file-format | |
parent | dev-ml/ocamlgraph: Keyword 2.0.0-r1 riscv, #835392 (diff) | |
download | gentoo-c715df5235533bf6e61b7fa3cc744cf37aae1584.tar.gz gentoo-c715df5235533bf6e61b7fa3cc744cf37aae1584.tar.bz2 gentoo-c715df5235533bf6e61b7fa3cc744cf37aae1584.zip |
dev-ml/opam-file-format: Keyword 2.1.3 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild index 45c1d11db101..9ab5be37d47c 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |