diff options
author | 2011-09-26 11:31:36 +0000 | |
---|---|---|
committer | 2011-09-26 11:31:36 +0000 | |
commit | cdbdba6a4f3b6f8e231c6d490083a1dc385c341f (patch) | |
tree | 1a25ecd4d95dc9dc66c6da4b7645b3e1ed6ae225 /dev-ruby/will_paginate/will_paginate-2.3.15.ebuild | |
parent | Version bump. Bug #376937 (diff) | |
download | gentoo-2-cdbdba6a4f3b6f8e231c6d490083a1dc385c341f.tar.gz gentoo-2-cdbdba6a4f3b6f8e231c6d490083a1dc385c341f.tar.bz2 gentoo-2-cdbdba6a4f3b6f8e231c6d490083a1dc385c341f.zip |
Make sure to depend on slot 2.3 of activesupport to not conflict with rails.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate/will_paginate-2.3.15.ebuild')
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-2.3.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild index 4da55f094e77..5f5e8c0cb044 100644 --- a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild +++ b/dev-ruby/will_paginate/will_paginate-2.3.15.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/will_paginate/will_paginate-2.3.15.ebuild,v 1.3 2011/02/20 13:15:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.4 2011/09/26 11:31:36 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18" @@ -26,7 +26,7 @@ ruby_add_bdepend " virtual/ruby-test-unit !dev-ruby/test-unit:2 )" -ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4' +ruby_add_rdepend 'dev-ruby/activesupport:2.3' each_ruby_test() { # Only works with 2.3.x, so guard against rails 3 being installed |