diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-17 18:22:11 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-18 08:20:05 +0200 |
commit | 64c3320d36ce3668002b96385c75d272f560bcb0 (patch) | |
tree | 4e2bcfb44912da67bc9b0cc546844c6acd2cff47 /dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | |
parent | dev-ruby/tty-command: enable ruby31 (diff) | |
download | gentoo-64c3320d36ce3668002b96385c75d272f560bcb0.tar.gz gentoo-64c3320d36ce3668002b96385c75d272f560bcb0.tar.bz2 gentoo-64c3320d36ce3668002b96385c75d272f560bcb0.zip |
dev-ruby/tty-cursor: enable ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild')
-rw-r--r-- | dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild index 1830b2b54402..df93cfe31699 100644 --- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild +++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |