commit:     8b35cccd490615b9b8234d1c95520f4173983de6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 09:26:33 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 09:26:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b35cccd

dev-ruby/google-protobuf: fix dependency on protobuf

dev-libs/protobuf is now a build dependency, not just a test dependency.

Closes: https://bugs.gentoo.org/909383
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild 
b/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild
index 2a8dccfa37d3..f126f2986773 100644
--- a/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild
+++ b/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild
@@ -23,7 +23,7 @@ SLOT="3"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND+=" test? ( >=dev-libs/protobuf-3.21.0 )"
+DEPEND+=" >=dev-libs/protobuf-3.21.0"
 
 all_ruby_prepare() {
        sed -e '/extensiontask/ s:^:#:' \

Reply via email to