projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7631195
)
dev-ruby/plist: fix tests for new rake versions
author
Hans de Graaff
<graaff@gentoo.org>
Fri, 16 Dec 2016 20:51:52 +0000
(21:51 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Fri, 16 Dec 2016 21:02:27 +0000
(22:02 +0100)
Package-Manager: portage-2.3.0
dev-ruby/plist/plist-3.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/plist/plist-3.2.0.ebuild
b/dev-ruby/plist/plist-3.2.0.ebuild
index b05405ef9e5fb4255beafcd96db8eef31547830e..29d0804c6033508ce700b841b8b7930f9a019e50 100644
(file)
--- a/
dev-ruby/plist/plist-3.2.0.ebuild
+++ b/
dev-ruby/plist/plist-3.2.0.ebuild
@@
-21,5
+21,6
@@
IUSE=""
all_ruby_prepare() {
sed -e '/gempackagetask/ s:^:#:' \
-e '/GemPackageTask/,/end/ s:^:#:' \
+ -e '/rubyforgepublisher/ s:^:#:' \
-i Rakefile || die
}