diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-06-30 11:26:33 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-30 11:26:33 +0200 |
commit | 8b35cccd490615b9b8234d1c95520f4173983de6 (patch) | |
tree | 94da3bc45564d386bffec4e79f7d77a11874d5c8 /dev-ruby/google-protobuf | |
parent | dev-ruby/activesupport: drop 7.0.4.3-r1, 7.0.4.3-r2, 7.0.5 (diff) | |
download | gentoo-8b35cccd490615b9b8234d1c95520f4173983de6.tar.gz gentoo-8b35cccd490615b9b8234d1c95520f4173983de6.tar.bz2 gentoo-8b35cccd490615b9b8234d1c95520f4173983de6.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/google-protobuf')
-rw-r--r-- | dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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:^:#:' \ |