Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspectacular/
Date: Tue, 26 Sep 2017 05:56:08
Message-Id: 1506404917.c4640b099b0de4ea681ba166e5df2c994d34053e.graaff@gentoo
1 commit: c4640b099b0de4ea681ba166e5df2c994d34053e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 05:48:37 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 05:48:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4640b09
7
8 dev-ruby/rspectacular: add missing dependency on shoulda-matchers
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-ruby/rspectacular/rspectacular-0.70.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
16 index a42b43d5423..675f377b735 100644
17 --- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
18 +++ b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
19 @@ -20,4 +20,4 @@ SLOT="0"
20 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
21 IUSE=""
22
23 -ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"
24 +ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 dev-ruby/shoulda-matchers:3"