projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ab439
)
dev-ruby/x25519: fix gemspec generation
author
Hans de Graaff
<graaff@gentoo.org>
Wed, 18 Sep 2019 16:01:31 +0000
(18:01 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Wed, 18 Sep 2019 16:01:31 +0000
(18:01 +0200)
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>
dev-ruby/x25519/x25519-1.0.8.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/x25519/x25519-1.0.8.ebuild
b/dev-ruby/x25519/x25519-1.0.8.ebuild
index bdc8cd16bb928319b013006ed1a9408c2f905133..69c7f16990785d19606fa071e2e3e667064cf999 100644
(file)
--- 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() {