diff options
author | Sam James <sam@gentoo.org> | 2023-03-25 11:56:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-26 04:02:48 +0100 |
commit | 1fbaf46fc3f281eafce9902dbf430e1cce5cde8b (patch) | |
tree | 87c068abcc3b909d06049cc6f2d9d58f5f5b17c4 /dev-ruby/ruby-progressbar | |
parent | dev-ruby/rspectacular: EAPI 8, enable ruby32, update HOMEPAGE (diff) | |
download | gentoo-1fbaf46fc3f281eafce9902dbf430e1cce5cde8b.tar.gz gentoo-1fbaf46fc3f281eafce9902dbf430e1cce5cde8b.tar.bz2 gentoo-1fbaf46fc3f281eafce9902dbf430e1cce5cde8b.zip |
dev-ruby/ruby-progressbar: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild index b77912c368ba..1dc001d98a5d 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_BINWRAP="" |