commit:     1490dc65623966b3c7e41eefa1a3dfc8f62e4c33
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 06:02:16 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 06:02:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1490dc65

dev-ruby/sourcemap: add ruby24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild 
b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index d6cffbed66f..b7229624e28 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -17,3 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm"
 
 IUSE=""
+
+all_ruby_prepare() {
+       sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}

Reply via email to