Redmine 2.2.0 doesn't seem usable without Fastercsv. Redmine was installed, but visiting it with a web client gives an error page saying it can't find fastercsv. Reproducible: Always Steps to Reproduce: 1. Install www-apps/redmine-2.2.0 but not dev-ruby/fastercsv 2. Visit the redmine installation -> access not possible because fastercsv cannot be found 3. Install dev-ruby/fastercsv 4. Redmine is now accessible Actual Results: After installing dev-ruby/fastercsv, redmine was accessible Expected Results: www-apps/redmine-2.2.0 should pull dev-ruby/fastercsv It's not a big deal as it's easy to install fastercsv but neither emerging it normally or as oneshot is a good solution.
Hm I guess this is the problem due to ruby18. Comment in dev-ruby/fastercsv ebuild sais: # ruby19 → not needed, it's bundled as part of the main package and with recent version this package will raise an exception. So I've added following dependency: ruby_targets_ruby18? ( >=dev-ruby/fastercsv-1.5[] ) Fixed.