commit: 6051d6ebc61b794737820306c32594787726d052 Author: Bryce Copeland <truffle074 <AT> gmail <DOT> com> AuthorDate: Fri Mar 14 09:26:03 2025 +0000 Commit: Bryce <truffle074 <AT> gmail <DOT> com> CommitDate: Fri Mar 14 09:30:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6051d6eb
dev-ruby/sorbet-runtime: fix incorrect test recipe 0.5.11882 Closes: https://bugs.gentoo.org/950691 Signed-off-by: Bryce Copeland <truffle074 <AT> gmail.com> dev-ruby/sorbet-runtime/sorbet-runtime-0.5.11882.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ruby/sorbet-runtime/sorbet-runtime-0.5.11882.ebuild b/dev-ruby/sorbet-runtime/sorbet-runtime-0.5.11882.ebuild index 2d7e757a5..2fc2eb43a 100644 --- a/dev-ruby/sorbet-runtime/sorbet-runtime-0.5.11882.ebuild +++ b/dev-ruby/sorbet-runtime/sorbet-runtime-0.5.11882.ebuild @@ -12,3 +12,8 @@ HOMEPAGE="https://sorbet.org/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" + +# sorbet itself is a huge package, with a mix of c++ & ruby +# the tests defined in the main repo are for the full package and wouldn't +# make sense for this gem +RUBY_FAKEGEM_RECIPE_TEST="none"