Update version requirement of RUN_DEPENDS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user