ruby-gh: Adjust depends pattern and add OVERRIDE_GEMSPEC

Some dependency patterns are too strict, try to workaround them with
more liberal patterns via OVERRIDE_GEMSPECS.
This commit is contained in:
Leonardo Taccari 2019-07-08 18:29:50 +02:00
parent b2580e1215
commit 86b3c440f0
1 changed files with 6 additions and 1 deletions

View File

@ -11,10 +11,15 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-backports-[0-9]*:../../devel/ruby-backports
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.8:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=2.9:../../www/ruby-net-http-persistent
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-pipeline-[0-9]*:../../wip/ruby-net-http-pipeline
OVERRIDE_GEMSPEC+= addressable>=2.4.0
OVERRIDE_GEMSPEC+= faraday>=0.8
OVERRIDE_GEMSPEC+= multi_json>=1.0
OVERRIDE_GEMSPEC+= net-http-persistent>=2.9
#RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"