From: Hans de Graaff Date: Sun, 2 Apr 2017 05:39:45 +0000 (+0200) Subject: dev-ruby/syntax: fix building with newer rake versions, bug 614260 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00499f72ca711c7b98a79383023af3416a514990;p=gentoo.git dev-ruby/syntax: fix building with newer rake versions, bug 614260 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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 +}