From 00499f72ca711c7b98a79383023af3416a514990 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 2 Apr 2017 07:39:45 +0200 Subject: [PATCH] dev-ruby/syntax: fix building with newer rake versions, bug 614260 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-ruby/syntax/syntax-1.2.0-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +} -- 2.26.2