summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/syntax')
-rw-r--r--dev-ruby/syntax/syntax-1.2.0-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
index 9f642c10133d..28abba848f1e 100644
--- 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-2016 Gentoo Foundation
+# Copyright 1999-2017 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
+}