diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 03:09:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 04:16:08 +0100 |
commit | af3eca41b02c9c3d2898190635b23537711f3800 (patch) | |
tree | 766e22bed2b42ee9bd2289f6aa12a8aa63e6e75b /dev-ruby/propshaft | |
parent | dev-ruby/mail: enable ruby32 for other versions (diff) | |
download | gentoo-af3eca41b02c9c3d2898190635b23537711f3800.tar.gz gentoo-af3eca41b02c9c3d2898190635b23537711f3800.tar.bz2 gentoo-af3eca41b02c9c3d2898190635b23537711f3800.zip |
dev-ruby/propshaft: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/propshaft')
-rw-r--r-- | dev-ruby/propshaft/propshaft-0.6.4.ebuild | 2 | ||||
-rw-r--r-- | 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" |