mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ruby/faraday: fix gemspec
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -73,7 +73,9 @@ all_ruby_prepare() {
|
||||
# approach so we can add ruby32 compatibility to faraday:1 for
|
||||
# those adapters that we do support.
|
||||
sed -e '/require.*\(em_http\|em_synchrony\|excon\)/ s:^:#:' \
|
||||
-i lib/faraday.rb ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
-i lib/faraday.rb || die
|
||||
sed -e '/\(em_http\|em_synchrony\|excon\)/ s:^:#:' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
|
||||
# Make this adapter optional since it comes with a long list of
|
||||
# dependencies.
|
||||
Reference in New Issue
Block a user