dev-ruby/multi_json: drop activesupport dependency

This was an optional dependency but in practice dev-ruby/json would
always satisfy the dependencies since we install that with dev-lang/ruby.
dev-ruby/activesupport is also no longer an option offered by multi_json,
so this dependency should have been removed earlier in any case.

Package-Manager: portage-2.2.28
This commit is contained in:
Hans de Graaff
2016-08-08 07:53:07 +02:00
parent d352f13655
commit 3120aa0e3f
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd6
SLOT="0"
IUSE=""
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-1.0 =dev-ruby/activesupport-3* )"
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-1.0 )"
ruby_add_bdepend "doc? ( dev-ruby/rspec:3 dev-ruby/yard )"

View File

@@ -25,7 +25,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc
SLOT="0"
IUSE=""
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-1.0 =dev-ruby/activesupport-3* )"
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-1.0 )"
ruby_add_bdepend "doc? ( dev-ruby/rspec:3 dev-ruby/yard )"

View File

@@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~
SLOT="0"
IUSE=""
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 =dev-ruby/activesupport-3* )"
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 )"
ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"