diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-14 06:30:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-14 06:30:18 +0000 |
commit | 6897a2e15a4746edae1b9604bbf61eccce9e7827 (patch) | |
tree | c345c95ec351276658c58f76498abda42344bb4e /dev-ruby/rspec/rspec-2.6.0.ebuild | |
parent | change HOMEPAGE and SRC_URI to github (diff) | |
download | historical-6897a2e15a4746edae1b9604bbf61eccce9e7827.tar.gz historical-6897a2e15a4746edae1b9604bbf61eccce9e7827.tar.bz2 historical-6897a2e15a4746edae1b9604bbf61eccce9e7827.zip |
Fix dependency on rspec-core.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-ruby/rspec/rspec-2.6.0.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec/rspec-2.6.0.ebuild b/dev-ruby/rspec/rspec-2.6.0.ebuild index 3c8e7e767205..451ec3782936 100644 --- a/dev-ruby/rspec/rspec-2.6.0.ebuild +++ b/dev-ruby/rspec/rspec-2.6.0.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/rspec/rspec-2.6.0.ebuild,v 1.1 2011/05/13 06:46:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0.ebuild,v 1.2 2011/05/14 06:30:18 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18" @@ -21,6 +21,6 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~pp IUSE="" ruby_add_rdepend " - =dev-ruby/rspec-core-2.5* + ~dev-ruby/rspec-core-${PV} ~dev-ruby/rspec-expectations-${PV} ~dev-ruby/rspec-mocks-${PV}" |