commit:     097ffdc74d88ceabaf87836b109077e319a60c99
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 10:54:50 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 10:54:50 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=097ffdc7

www-apps/redmine: Fix missing include

Package-Manager: portage-2.2.26

 www-apps/redmine/redmine-3.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/redmine/redmine-3.2.0.ebuild 
b/www-apps/redmine/redmine-3.2.0.ebuild
index 87caf39..03825c3 100644
--- a/www-apps/redmine/redmine-3.2.0.ebuild
+++ b/www-apps/redmine/redmine-3.2.0.ebuild
@@ -80,6 +80,7 @@ all_ruby_prepare() {
                app/controllers/welcome_controller.rb || die
        sed -i -e "4irequire 'action_dispatch/xml_params_parser'" -e 
"/Bundler/d" config/application.rb || die
        sed -i -e "18irequire 'protected_attributes'" 
app/models/custom_field.rb || die
+       sed -i -e "19irequire 'roadie-rails'" app/models/mailer.rb || die
 }
 
 all_ruby_install() {

Reply via email to