diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-02-21 08:05:32 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-02-21 08:05:32 +0100 |
commit | ea7cedbc52a63991bddfa5c03dbf700a8d9e8c16 (patch) | |
tree | 1efd46eeddb87a4023efee9295e437272f35dad1 /dev-ruby/actionmailbox | |
parent | dev-ruby/activestorage: add ruby27 (diff) | |
download | gentoo-ea7cedbc52a63991bddfa5c03dbf700a8d9e8c16.tar.gz gentoo-ea7cedbc52a63991bddfa5c03dbf700a8d9e8c16.tar.bz2 gentoo-ea7cedbc52a63991bddfa5c03dbf700a8d9e8c16.zip |
dev-ruby/actionmailbox: add ruby27
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actionmailbox')
-rw-r--r-- | dev-ruby/actionmailbox/actionmailbox-6.1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionmailbox/actionmailbox-6.1.2.1.ebuild b/dev-ruby/actionmailbox/actionmailbox-6.1.2.1.ebuild index 152595072405..06f3358e6aa4 100644 --- a/dev-ruby/actionmailbox/actionmailbox-6.1.2.1.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-6.1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -42,7 +42,7 @@ ruby_add_bdepend "test? ( 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 -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\)/ s:^:#:" \ + sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|sass-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\)/ s:^:#:" \ -e '/group :\(doc\|job\|rubocop\|test\)/,/^end/ s:^:#:' \ -i ../Gemfile || die rm ../Gemfile.lock || die |