Skip to content

Commit

Permalink
dev-ruby/actionpack-xml_parser: add ruby22, ruby23
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
graaff committed Jul 23, 2016
1 parent d71cb93 commit 9100fb7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby20 ruby21 ruby22 ruby23"

RUBY_FAKEGEM_TASK_DOC=""

Expand All @@ -19,11 +19,12 @@ KEYWORDS="~amd64"
SLOT="0"
IUSE=""

ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0"
ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:* <dev-ruby/actionpack-5:*"
ruby_add_bdepend "test? ( >=dev-ruby/activesupport-4.0.0 )"

all_ruby_prepare() {
sed -i -e "/bundler/d" Rakefile test/helper.rb || die
sed -i -e '1igem "actionpack", "~>4.0"' test/helper.rb || die
}

each_ruby_test() {
Expand Down

0 comments on commit 9100fb7

Please sign in to comment.