commit:     e64489dec060e082f6cfdd9a8da55b3b8387c5f3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 07:29:23 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 04:43:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64489de

dev-ruby/sprockets-rails: avoid bundler dependency

Closes: https://bugs.gentoo.org/724040
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
index 872fece3262..9f10fcd5789 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,6 +33,8 @@ ruby_add_bdepend "
        )"
 
 all_ruby_prepare() {
+       sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
        # Help load correct rack version consistently
        sed -i -e "3irequire 'action_controller'" test/test_helper.rb || die
 }

Reply via email to