commit: 9c61fd27371b46c7ec5d9658ee09655870ecbf11 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 27 08:53:48 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 27 09:14:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c61fd27
dev-ruby/hamster: add note re tests for >=ruby30 Bug: https://github.com/hamstergem/hamster/pull/252 Bug: https://github.com/hamstergem/hamster/issues/254 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/hamster/hamster-3.0.0-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hamster/hamster-3.0.0-r2.ebuild b/dev-ruby/hamster/hamster-3.0.0-r2.ebuild index c9a369d791e4..32f50fd4951f 100644 --- a/dev-ruby/hamster/hamster-3.0.0-r2.ebuild +++ b/dev-ruby/hamster/hamster-3.0.0-r2.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +# Tests broken with >=ruby30 for now: https://github.com/hamstergem/hamster/pull/252 +# Bug: https://github.com/hamstergem/hamster/issues/254 +USE_RUBY="ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
