diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 21:02:15 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 21:02:15 +0100 |
commit | 401092d025ad57f32e51c3774bac9dff4e3da11c (patch) | |
tree | 562c580447f35c5523a26a5856145efd2d07e65b /dev-ruby/fileutils | |
parent | dev-ruby/filigree: enable ruby33 (diff) | |
download | gentoo-401092d025ad57f32e51c3774bac9dff4e3da11c.tar.gz gentoo-401092d025ad57f32e51c3774bac9dff4e3da11c.tar.bz2 gentoo-401092d025ad57f32e51c3774bac9dff4e3da11c.zip |
dev-ruby/fileutils: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/fileutils')
-rw-r--r-- | dev-ruby/fileutils/fileutils-1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/fileutils/fileutils-1.7.2.ebuild b/dev-ruby/fileutils/fileutils-1.7.2.ebuild index b383f51225f2..2971c3f970ba 100644 --- a/dev-ruby/fileutils/fileutils-1.7.2.ebuild +++ b/dev-ruby/fileutils/fileutils-1.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" |