diff options
author | 2023-02-28 08:38:11 +0100 | |
---|---|---|
committer | 2023-03-04 11:24:41 +0100 | |
commit | 1a3f85e4f2c8e8ac885c01e9e1e587010c1d4d91 (patch) | |
tree | 44ee9ac82039b2f6db07638ac299b3b0779120cd /dev-ruby/stringio | |
parent | dev-ruby/singleton: enable ruby32 (diff) | |
download | gentoo-1a3f85e4f2c8e8ac885c01e9e1e587010c1d4d91.tar.gz gentoo-1a3f85e4f2c8e8ac885c01e9e1e587010c1d4d91.tar.bz2 gentoo-1a3f85e4f2c8e8ac885c01e9e1e587010c1d4d91.zip |
dev-ruby/stringio: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/stringio')
-rw-r--r-- | dev-ruby/stringio/stringio-3.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/stringio/stringio-3.0.5.ebuild b/dev-ruby/stringio/stringio-3.0.5.ebuild index b4432a6573c3..dce6f14bfb76 100644 --- a/dev-ruby/stringio/stringio-3.0.5.ebuild +++ b/dev-ruby/stringio/stringio-3.0.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_EXTENSIONS=(ext/stringio/extconf.rb) |