dev-ruby/test-unit: enable ruby34

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2024-12-27 08:13:10 +01:00
parent 0fec3bf74b
commit 36cd5b8534

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33"
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
@@ -21,6 +21,8 @@ IUSE="doc test"
ruby_add_rdepend "dev-ruby/power_assert"
ruby_add_bdepend "test? ( dev-ruby/bigdecimal dev-ruby/csv )"
all_ruby_prepare() {
mv doc doc-install || die "moving doc directory out of the way failed"
}