diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:44:48 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:57:14 +0100 |
commit | 5d2aa6d8b97dcbdb7bd48fc52ee8246fc20564b5 (patch) | |
tree | 1bc0818b80eca73d7003a4676f43ec645f82320e /dev-ruby | |
parent | dev-ruby/actionpack-xml_parser: drop 2.0.1-r1 (diff) | |
download | gentoo-5d2aa6d8b97dcbdb7bd48fc52ee8246fc20564b5.tar.gz gentoo-5d2aa6d8b97dcbdb7bd48fc52ee8246fc20564b5.tar.bz2 gentoo-5d2aa6d8b97dcbdb7bd48fc52ee8246fc20564b5.zip |
dev-ruby/actionpack-xml_parser: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild index bf9852deb7b4..e85bc66d5d0f 100644 --- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild +++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec" |