commit: af3eca41b02c9c3d2898190635b23537711f3800 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 02:09:43 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 03:16:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3eca41
dev-ruby/propshaft: enable ruby31 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/propshaft/propshaft-0.6.4.ebuild | 2 +- dev-ruby/propshaft/propshaft-0.7.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/propshaft/propshaft-0.6.4.ebuild b/dev-ruby/propshaft/propshaft-0.6.4.ebuild index 6f3faa84c6cc..4f289757abdf 100644 --- a/dev-ruby/propshaft/propshaft-0.6.4.ebuild +++ b/dev-ruby/propshaft/propshaft-0.6.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/propshaft/propshaft-0.7.0.ebuild b/dev-ruby/propshaft/propshaft-0.7.0.ebuild index 7030bb64286d..6b78af68d22b 100644 --- a/dev-ruby/propshaft/propshaft-0.7.0.ebuild +++ b/dev-ruby/propshaft/propshaft-0.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md"