diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-06-01 09:29:23 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-06-02 06:43:35 +0200 |
commit | e64489dec060e082f6cfdd9a8da55b3b8387c5f3 (patch) | |
tree | 07884c42d214902c4e811ffff46731ce9e26ad63 /dev-ruby/sprockets-rails | |
parent | www-apps/gitea: drop vulnerables olds (diff) | |
download | gentoo-e64489dec060e082f6cfdd9a8da55b3b8387c5f3.tar.gz gentoo-e64489dec060e082f6cfdd9a8da55b3b8387c5f3.tar.bz2 gentoo-e64489dec060e082f6cfdd9a8da55b3b8387c5f3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/sprockets-rails')
-rw-r--r-- | dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 872fece3262a..9f10fcd57896 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 } |