dev-ruby/syntax: fix building with newer rake versions, bug 614260
authorHans de Graaff <graaff@gentoo.org>
Sun, 2 Apr 2017 05:39:45 +0000 (07:39 +0200)
committerHans 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

index 9f642c10133dde741ea62b5a4b919a5b229039b2..28abba848f1e1a4c4aaae85e1fb80dc2ee270e0d 100644 (file)
@@ -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
+}