diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-08-08 07:53:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-08-09 07:02:11 +0200 |
commit | 3120aa0e3fbae9f0436280451eccdde386872924 (patch) | |
tree | 67ca9434940fc159443d86d54e2abfd87d0af170 /dev-ruby/multi_json/multi_json-1.11.2.ebuild | |
parent | d352f1365549c0107157c675ce436d05727903c1 (diff) | |
download | gentoo-3120aa0e3fbae9f0436280451eccdde386872924.tar.gz gentoo-3120aa0e3fbae9f0436280451eccdde386872924.tar.xz |
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
Diffstat (limited to 'dev-ruby/multi_json/multi_json-1.11.2.ebuild')
-rw-r--r-- | dev-ruby/multi_json/multi_json-1.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/multi_json/multi_json-1.11.2.ebuild b/dev-ruby/multi_json/multi_json-1.11.2.ebuild index 4b2500f82c1..ae82b04f65e 100644 --- a/dev-ruby/multi_json/multi_json-1.11.2.ebuild +++ b/dev-ruby/multi_json/multi_json-1.11.2.ebuild @@ -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 )" |