diff options
author | 2017-01-08 08:25:16 +0100 | |
---|---|---|
committer | 2017-01-08 08:25:16 +0100 | |
commit | 8a9b39731068f3bd50908b6890182822ba87aaba (patch) | |
tree | 870539a4a47573e5cebacc48750e7a68447c9bbb /dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-8a9b39731068f3bd50908b6890182822ba87aaba.tar.gz gentoo-8a9b39731068f3bd50908b6890182822ba87aaba.tar.bz2 gentoo-8a9b39731068f3bd50908b6890182822ba87aaba.zip |
dev-ruby/xmlrpc: avoid dependency on git, bug 604216
Avoid the need for a built-time dependency on dev-vcs/git.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild')
-rw-r--r-- | dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild b/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild index c66b687f42aa..3edf785a0038 100644 --- a/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild +++ b/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,4 +24,7 @@ IUSE="" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die + + # Avoid dependency on git + sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die } |