Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh
2019-09-27 21:27:32 +00:00
parent 03769a77b8
commit 190b3c1373

View File

@@ -11,9 +11,9 @@ COMMENT= Common gRPC and protocol buffer classes used in Google APIs
LICENSE= APACHE20
RUN_DEPENDS= rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \
rubygem-googleapis-common-protos-types>=1.0:devel/rubygem-googleapis-common-protos-types \
rubygem-grpc>=1.0:net/rubygem-grpc
RUN_DEPENDS= rubygem-google-protobuf>=3.0<4:devel/rubygem-google-protobuf \
rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types \
rubygem-grpc>=1.0<2:net/rubygem-grpc
USES= gem
USE_RUBY= yes