diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-15 13:12:24 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-18 07:48:36 +0100 |
commit | 3467588ac88422e41c872244f895ba1f3be9776a (patch) | |
tree | d507b9b2a00bf6e77743434ee4d0f6a83e45e749 /dev-ruby/json_schema | |
parent | www-apps/nanoc-core: keyword 4.12.3 for ~riscv (diff) | |
download | gentoo-3467588ac88422e41c872244f895ba1f3be9776a.tar.gz gentoo-3467588ac88422e41c872244f895ba1f3be9776a.tar.bz2 gentoo-3467588ac88422e41c872244f895ba1f3be9776a.zip |
dev-ruby/json_schema: keyword 0.20.9 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/json_schema')
-rw-r--r-- | dev-ruby/json_schema/json_schema-0.20.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/json_schema/json_schema-0.20.9.ebuild b/dev-ruby/json_schema/json_schema-0.20.9.ebuild index 270f0f2666e3..9bd8e69403ad 100644 --- a/dev-ruby/json_schema/json_schema-0.20.9.ebuild +++ b/dev-ruby/json_schema/json_schema-0.20.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="" ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )" |