commit:     00499f72ca711c7b98a79383023af3416a514990
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 05:39:45 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 05:39:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00499f72

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 9f642c10133..28abba848f1 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
+}

Reply via email to