Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh
2019-09-05 17:12:05 +00:00
parent b0c2a5f0ab
commit f29009745e

View File

@@ -12,9 +12,9 @@ COMMENT= Command-line utility for ruby gems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-launchy>=2.4:devel/rubygem-launchy \
rubygem-octokit>=4.0:net/rubygem-octokit \
rubygem-thor>=0.19:devel/rubygem-thor
RUN_DEPENDS= rubygem-launchy>=2.4<3:devel/rubygem-launchy \
rubygem-octokit>=4.0<5:net/rubygem-octokit \
rubygem-thor>=0.19<1:devel/rubygem-thor
USES= gem
USE_RUBY= yes