diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-12 08:16:17 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-12 08:21:20 +0100 |
commit | 9bf0faaaf82c338c6adec8e1213f29b7d5225231 (patch) | |
tree | 8922dd7db334062295cea9d32d6e6d8727eda07d /dev-ruby/json | |
parent | dev-ruby/rubygems: add 3.3.8 for ruby31 (diff) | |
download | gentoo-9bf0faaaf82c338c6adec8e1213f29b7d5225231.tar.gz gentoo-9bf0faaaf82c338c6adec8e1213f29b7d5225231.tar.bz2 gentoo-9bf0faaaf82c338c6adec8e1213f29b7d5225231.zip |
dev-ruby/json: add ruby31
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/json-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/json/json-2.6.1.ebuild b/dev-ruby/json/json-2.6.1.ebuild index 34e2b84f19d0..c17bebd12cd3 100644 --- a/dev-ruby/json/json-2.6.1.ebuild +++ b/dev-ruby/json/json-2.6.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" RUBY_FAKEGEM_DOCDIR="doc" |