mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user