diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-01-17 09:16:53 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-01-17 09:21:07 +0100 |
commit | 0b3e269768a0c7893fd7e5a50bbd92564f695d4d (patch) | |
tree | 49f3d80687e3a3330f20db6aaf65b5b5e9672fdd /dev-ruby/actionview | |
parent | dev-ruby/actionpack: add ruby22 (diff) | |
download | gentoo-0b3e269768a0c7893fd7e5a50bbd92564f695d4d.tar.gz gentoo-0b3e269768a0c7893fd7e5a50bbd92564f695d4d.tar.bz2 gentoo-0b3e269768a0c7893fd7e5a50bbd92564f695d4d.zip |
dev-ruby/actionview: add ruby22
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/actionview')
-rw-r--r-- | dev-ruby/actionview/actionview-4.2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/actionview/actionview-4.2.5.ebuild b/dev-ruby/actionview/actionview-4.2.5.ebuild index 6a7526af7652..5a093fd106e0 100644 --- a/dev-ruby/actionview/actionview-4.2.5.ebuild +++ b/dev-ruby/actionview/actionview-4.2.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -43,7 +43,7 @@ ruby_add_bdepend " all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ -e '/:job/,/end/ s:^:#:' \ -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die rm ../Gemfile.lock || die |