dev-ruby/paramesan: fix install without git installed, bug 634114
authorHans de Graaff <graaff@gentoo.org>
Sun, 15 Oct 2017 06:10:07 +0000 (08:10 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 15 Oct 2017 06:10:07 +0000 (08:10 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ruby/paramesan/paramesan-0.1.1.ebuild

index 18a2cb2cead84acc81d997e5a2355495215ef6fb..3310ceb93daf4f9f91b461e61738d42db297faf2 100644 (file)
@@ -22,3 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
+
+all_ruby_prepare() {
+       sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}