diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 07:12:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 00:01:49 +0000 |
commit | db44be20533e3b6bd749689271a8941c57ba6843 (patch) | |
tree | 7c02dbfbefbd35e93ddc518d4e65ad37007213bd /dev-ruby/tty-screen | |
parent | dev-ruby/tty-color: enable ruby32 (diff) | |
download | gentoo-db44be20533e3b6bd749689271a8941c57ba6843.tar.gz gentoo-db44be20533e3b6bd749689271a8941c57ba6843.tar.bz2 gentoo-db44be20533e3b6bd749689271a8941c57ba6843.zip |
dev-ruby/tty-screen: enable ruby32
```
Finished in 0.01345 seconds (files took 0.08295 seconds to load)
26 examples, 0 failures
Randomized with seed 8634
```
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/tty-screen')
-rw-r--r-- | dev-ruby/tty-screen/tty-screen-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild index da2419fe8220..40667d07ea73 100644 --- a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild +++ b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |