commit:     46b18784e9b5a965e42ec839bfb877413e10e090
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 16:01:31 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 16:01:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b18784

dev-ruby/x25519: fix gemspec generation

Fixes: https://bugs.gentoo.org/694754
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/x25519/x25519-1.0.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/x25519/x25519-1.0.8.ebuild 
b/dev-ruby/x25519/x25519-1.0.8.ebuild
index bdc8cd16bb9..69c7f169907 100644
--- a/dev-ruby/x25519/x25519-1.0.8.ebuild
+++ b/dev-ruby/x25519/x25519-1.0.8.ebuild
@@ -24,6 +24,8 @@ IUSE=""
 
 all_ruby_prepare() {
        sed -i -e '/bundler/ s:^:#: ; /coverall/I s:^:#:' spec/spec_helper.rb 
|| die
+
+       sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
 }
 
 each_ruby_configure() {

Reply via email to