projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380f33d
)
dev-ruby/syntax: fix building with newer rake versions, bug 614260
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 2 Apr 2017 05:39:45 +0000
(07:39 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sun, 2 Apr 2017 05:39:45 +0000
(07:39 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/syntax/syntax-1.2.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
index 9f642c10133dde741ea62b5a4b919a5b229039b2..28abba848f1e1a4c4aaae85e1fb80dc2ee270e0d 100644
(file)
--- a/
dev-ruby/syntax/syntax-1.2.0-r1.ebuild
+++ b/
dev-ruby/syntax/syntax-1.2.0-r1.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
EAPI=5
@@
-21,3
+21,7
@@
IUSE="test doc"
RUBY_PATCHES=( "${P}-require-set.patch" )
ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+ sed -i -e '/sshpublisher/ s:^:#:' Rakefile || die
+}