commit: fb917ae4b29c18e9eb4a796461204ef7994ff3f7 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 19:06:35 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 19:10:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb917ae4
dev-ruby/slow_enumerator_tools: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild index 3effc45d00b9..bb93be615b99 100644 --- a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild +++ b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # 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="NEWS.md README.md" @@ -17,7 +17,6 @@ HOMEPAGE="https://github.com/ddfreyne/slow_enumerator_tools/" LICENSE="MIT" SLOT="1" KEYWORDS="~amd64 ~riscv" -IUSE="" all_ruby_prepare() { sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' \
