projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eb700
)
dev-ruby/xmlrpc: avoid dependency on git, bug 604216
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 8 Jan 2017 07:25:16 +0000
(08:25 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Sun, 8 Jan 2017 07:25:16 +0000
(08:25 +0100)
Avoid the need for a built-time dependency on dev-vcs/git.
Package-Manager: portage-2.3.0
dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild
b/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild
index c66b687f42aaf3dbc2626237126031d9da2ab76b..3edf785a0038d153a28f41983ec16b08dfbc421a 100644
(file)
--- a/
dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild
+++ b/
dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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
}