summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-27 15:32:06 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-27 15:32:06 +0000
commit29fce6021339b49cd58506f88491a57901a1368e (patch)
treed9fcb1b8464fd60eb2d6f0534d661c0af45f0e7c /dev-ruby
parentCleanup (diff)
downloadgentoo-2-29fce6021339b49cd58506f88491a57901a1368e.tar.gz
gentoo-2-29fce6021339b49cd58506f88491a57901a1368e.tar.bz2
gentoo-2-29fce6021339b49cd58506f88491a57901a1368e.zip
Also require rspec:2 with USE=doc since it is required for the Rakefile, fixes bug 396191.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/multi_json/ChangeLog5
-rw-r--r--dev-ruby/multi_json/multi_json-1.0.4.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/multi_json/ChangeLog b/dev-ruby/multi_json/ChangeLog
index 1850c80739d5..6ef8631119a3 100644
--- a/dev-ruby/multi_json/ChangeLog
+++ b/dev-ruby/multi_json/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/multi_json
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.9 2011/12/26 10:30:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.10 2011/12/27 15:32:06 graaff Exp $
+
+ 27 Dec 2011; Hans de Graaff <graaff@gentoo.org> multi_json-1.0.4.ebuild:
+ Also require rspec:2 with USE=doc since it is required for the Rakefile.
26 Dec 2011; Fabian Groffen <grobian@gentoo.org> multi_json-1.0.4.ebuild:
Add Prefix keywords, bug #396043
diff --git a/dev-ruby/multi_json/multi_json-1.0.4.ebuild b/dev-ruby/multi_json/multi_json-1.0.4.ebuild
index 7d5921a471cf..6bb60363c14c 100644
--- a/dev-ruby/multi_json/multi_json-1.0.4.ebuild
+++ b/dev-ruby/multi_json/multi_json-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.2 2011/12/26 10:30:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.3 2011/12/27 15:32:06 graaff Exp $
EAPI=2
@@ -26,6 +26,8 @@ IUSE=""
ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 =dev-ruby/activesupport-3* )"
+ruby_add_bdepend "doc? ( dev-ruby/rspec:2 )"
+
ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/json )"
USE_RUBY=ruby18 ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"