summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-08-08 07:53:07 +0200
committerHans de Graaff <graaff@gentoo.org>2016-08-09 07:02:11 +0200
commit3120aa0e3fbae9f0436280451eccdde386872924 (patch)
tree67ca9434940fc159443d86d54e2abfd87d0af170 /dev-ruby/multi_json/multi_json-1.11.2.ebuild
parentdev-ruby/httpclient: add ruby23 (diff)
downloadgentoo-3120aa0e3fbae9f0436280451eccdde386872924.tar.gz
gentoo-3120aa0e3fbae9f0436280451eccdde386872924.tar.bz2
gentoo-3120aa0e3fbae9f0436280451eccdde386872924.zip
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.ebuild2
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 4b2500f82c1d..ae82b04f65ea 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 )"