diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-31 12:25:47 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-31 12:25:47 -0700 |
commit | 056704d24f97bdc39df889f12347913f775269a0 (patch) | |
tree | 794897a57b6baeea27223cd626bfaac6211bb246 /net-libs/grpc | |
parent | dev-embedded/esptool: bump to 2.6 (diff) | |
download | gentoo-056704d24f97bdc39df889f12347913f775269a0.tar.gz gentoo-056704d24f97bdc39df889f12347913f775269a0.tar.bz2 gentoo-056704d24f97bdc39df889f12347913f775269a0.zip |
net-libs/grpc: revbump 1.2x series, bump protobuf dep to >=3.7.0
Closes: https://bugs.gentoo.org/686988
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.20.1-r1.ebuild (renamed from net-libs/grpc/grpc-1.20.1.ebuild) | 2 | ||||
-rw-r--r-- | net-libs/grpc/grpc-1.21.1-r1.ebuild (renamed from net-libs/grpc/grpc-1.21.1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1-r1.ebuild index bc5eefc6e92f..f34a772f7781 100644 --- a/net-libs/grpc/grpc-1.20.1.ebuild +++ b/net-libs/grpc/grpc-1.20.1-r1.ebuild @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs" RDEPEND=" >=dev-libs/openssl-1.0.2:0=[-bindist] - dev-libs/protobuf:= + >=dev-libs/protobuf-3.7.0:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= perftools? ( dev-util/google-perftools:= ) diff --git a/net-libs/grpc/grpc-1.21.1.ebuild b/net-libs/grpc/grpc-1.21.1-r1.ebuild index 79d4eff6fd69..f90bab18e1c5 100644 --- a/net-libs/grpc/grpc-1.21.1.ebuild +++ b/net-libs/grpc/grpc-1.21.1-r1.ebuild @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs" DEPEND=" >=dev-libs/openssl-1.0.2:0=[-bindist] - dev-libs/protobuf:= + >=dev-libs/protobuf-3.7.0:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= perftools? ( dev-util/google-perftools:= ) |