diff options
author | Sam James <sam@gentoo.org> | 2023-04-02 02:45:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-02 02:50:30 +0100 |
commit | ebd29a3a780ae95eebcce0cb5034652208fd2ba3 (patch) | |
tree | d87e93b7322da1f2fbb62944395a383f972ef874 /dev-ruby/stringex | |
parent | dev-ruby/i18n: enable ruby32 (diff) | |
download | gentoo-ebd29a3a780ae95eebcce0cb5034652208fd2ba3.tar.gz gentoo-ebd29a3a780ae95eebcce0cb5034652208fd2ba3.tar.bz2 gentoo-ebd29a3a780ae95eebcce0cb5034652208fd2ba3.zip |
dev-ruby/stringex: enable ruby32
I get the same failures as with each other ruby (same number, same
precise failures too) and I think it's something environment-specific.
Reverse deps work too.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/stringex')
-rw-r--r-- | dev-ruby/stringex/stringex-2.8.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild index 8a1bc01b272d..3cf725072051 100644 --- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild +++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-fakegem DESCRIPTION="Extensions for Ruby's String class" |