diff options
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 )" |