diff options
author | 2022-06-12 10:19:47 +0200 | |
---|---|---|
committer | 2022-06-12 10:33:19 +0200 | |
commit | 1068b7acb92edabee49b0eb14e145b25f53e3c0e (patch) | |
tree | cc097c88e79f64c5ba6e900b5c4c66d2a5835741 /dev-ruby/multi_xml | |
parent | dev-ruby/gh: drop 0.18.0 (diff) | |
download | gentoo-1068b7acb92edabee49b0eb14e145b25f53e3c0e.tar.gz gentoo-1068b7acb92edabee49b0eb14e145b25f53e3c0e.tar.bz2 gentoo-1068b7acb92edabee49b0eb14e145b25f53e3c0e.zip |
dev-ruby/multi_xml: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/multi_xml')
-rw-r--r-- | dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild index 4fe8cc4c3005..bf9b47ed2436 100644 --- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild +++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild @@ -1,9 +1,9 @@ -# 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_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="yard" |