summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-09-26 11:31:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-09-26 11:31:36 +0000
commit56dcb03b1d28dc880389dff4b4ad30a7f92113f8 (patch)
treef2e87801d7903264d0f4e7547f6589f9eccbcd0a /dev-ruby/will_paginate/will_paginate-2.3.15.ebuild
parentVersion bump. Bug #376937 (diff)
downloadhistorical-56dcb03b1d28dc880389dff4b4ad30a7f92113f8.tar.gz
historical-56dcb03b1d28dc880389dff4b4ad30a7f92113f8.tar.bz2
historical-56dcb03b1d28dc880389dff4b4ad30a7f92113f8.zip
Make sure to depend on slot 2.3 of activesupport to not conflict with rails.
Package-Manager: portage-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.ebuild4
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