summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-19 22:02:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-19 22:02:14 +0000
commit50b62acce05692399ad732344eebb045de76e122 (patch)
tree06969a6cb82d24bf631674f74c977a748820f8b6 /dev-ruby/will_paginate
parentClean up old revisions. (diff)
downloadgentoo-2-50b62acce05692399ad732344eebb045de76e122.tar.gz
gentoo-2-50b62acce05692399ad732344eebb045de76e122.tar.bz2
gentoo-2-50b62acce05692399ad732344eebb045de76e122.zip
Add test dependency over rack-1.0 series or tests will fail if 1.1 is found.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog7
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.12.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 350bf96b68e3..bac5b0dd8af8 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/will_paginate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.3 2010/01/19 10:01:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.4 2010/04/19 22:02:14 flameeyes Exp $
+
+ 19 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ will_paginate-2.3.12.ebuild:
+ Add test dependency over rack-1.0 series or tests will fail if 1.1 is
+ found.
*will_paginate-2.3.12 (19 Jan 2010)
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
index 27f227bf9b2e..8619f028d3d4 100644
--- a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.12.ebuild,v 1.1 2010/01/19 10:01:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild,v 1.2 2010/04/19 22:02:14 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,5 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-ruby_add_bdepend test dev-ruby/mocha
+ruby_add_bdepend test "dev-ruby/mocha =dev-ruby/rack-1.0*"
ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'