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@gentoo.org>
This commit is contained in:
Hans de Graaff
2019-09-18 18:01:31 +02:00
parent b5ab4393fa
commit 46b18784e9

View File

@@ -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() {