diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-08-21 09:01:45 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-21 12:19:54 +0300 |
commit | 32f8546afc89eba640eaa869d62e3e128dccd073 (patch) | |
tree | 8b10fbc89f861fe28fbb61b7da77c84a4303c078 /dev-ruby/google-protobuf | |
parent | dev-java/jdbc-mysql: remove leading whitespace in R/DEPEND (diff) | |
download | gentoo-32f8546afc89eba640eaa869d62e3e128dccd073.tar.gz gentoo-32f8546afc89eba640eaa869d62e3e128dccd073.tar.bz2 gentoo-32f8546afc89eba640eaa869d62e3e128dccd073.zip |
dev-ruby/google-protobuf: remove leading whitespace in DEPEND
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ruby/google-protobuf')
-rw-r--r-- | dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild index e940d72afe23..6261334cf22e 100644 --- a/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild +++ b/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild @@ -22,7 +22,7 @@ LICENSE="BSD" SLOT="3" KEYWORDS="~amd64 ~arm64" -DEPEND=" >=dev-libs/protobuf-3.25.0" +DEPEND=">=dev-libs/protobuf-3.25.0" all_ruby_prepare() { sed -e '/extensiontask/ s:^:#:' \ |