commit: 8e03266512d5d13af76ba1a514ee4c212460e551 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 7 02:57:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 7 02:57:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e032665
dev-ruby/grpc: improve google-protobuf dep for 1.66.0 We don't need :3 anymore, the dep is <5 in the gemspec. Spotted by negril. Bug: https://bugs.gentoo.org/939826 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/grpc/{grpc-1.66.0.ebuild => grpc-1.66.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/grpc/grpc-1.66.0.ebuild b/dev-ruby/grpc/grpc-1.66.0-r1.ebuild similarity index 93% rename from dev-ruby/grpc/grpc-1.66.0.ebuild rename to dev-ruby/grpc/grpc-1.66.0-r1.ebuild index 588b4283eb18..5e078f3ffd57 100644 --- a/dev-ruby/grpc/grpc-1.66.0.ebuild +++ b/dev-ruby/grpc/grpc-1.66.0-r1.ebuild @@ -20,9 +20,11 @@ IUSE="" ruby_add_rdepend " dev-ruby/googleapis-common-protos-types:1 - >=dev-ruby/google-protobuf-3.24.4:3 + >=dev-ruby/google-protobuf-3.24.4:0 " +pkg_setup() { :; } + each_ruby_configure() { export GRPC_RUBY_BUILD_PROCS="$(makeopts_jobs)"
