diff options
author | 2024-02-27 07:35:29 +0100 | |
---|---|---|
committer | 2024-02-27 07:39:59 +0100 | |
commit | 359f30af2bc74686baca6ef6f775f823c9b9622c (patch) | |
tree | 0eb4e51bf206c35a5db1b986806f98ea5e15ff34 /dev-ruby/localhost | |
parent | dev-python/readme-renderer: Bump to 43.0 (diff) | |
download | gentoo-359f30af2bc74686baca6ef6f775f823c9b9622c.tar.gz gentoo-359f30af2bc74686baca6ef6f775f823c9b9622c.tar.bz2 gentoo-359f30af2bc74686baca6ef6f775f823c9b9622c.zip |
dev-ruby/localhost: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/localhost')
-rw-r--r-- | dev-ruby/localhost/localhost-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/localhost/localhost-1.2.0.ebuild b/dev-ruby/localhost/localhost-1.2.0.ebuild index 3d7b9f9412c2..889710b2d342 100644 --- a/dev-ruby/localhost/localhost-1.2.0.ebuild +++ b/dev-ruby/localhost/localhost-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="readme.md" RUBY_FAKEGEM_GEMSPEC="localhost.gemspec" |