commit: 38fd66a0845ef5cd4a41ff4072d3eb9102fae712 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 12 14:29:45 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Aug 13 05:22:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd66a0
dev-ruby/snaky_hash: use correct test dependency Closes: https://bugs.gentoo.org/912030 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild index 1b616e43d223..26b1db17da94 100644 --- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild +++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -26,7 +26,7 @@ ruby_add_rdepend " >=dev-ruby/version_gem-1.1.1:1 " -ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )" +ruby_add_depend "test? ( dev-ruby/rspec-block_is_expected )" all_ruby_prepare() { sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
