diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-27 07:42:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-27 07:42:55 +0000 |
commit | fe4fb621b3e18631eb16322e3d774e9e1cdae51b (patch) | |
tree | 04ce970719f330062c7c9caf233eaffb5485dffb /dev-ruby | |
parent | Bump (diff) | |
download | gentoo-2-fe4fb621b3e18631eb16322e3d774e9e1cdae51b.tar.gz gentoo-2-fe4fb621b3e18631eb16322e3d774e9e1cdae51b.tar.bz2 gentoo-2-fe4fb621b3e18631eb16322e3d774e9e1cdae51b.zip |
Also require rdoc for tests. Fixes bug 379551.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.3.14.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 3859c384780e..d04144f50ac3 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.174 2011/11/19 11:06:21 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.175 2011/12/27 07:42:55 graaff Exp $ + + 27 Dec 2011; Hans de Graaff <graaff@gentoo.org> activerecord-2.3.14.ebuild: + Also require rdoc for tests. Fixes bug 379551. *activerecord-3.0.11 (19 Nov 2011) diff --git a/dev-ruby/activerecord/activerecord-2.3.14.ebuild b/dev-ruby/activerecord/activerecord-2.3.14.ebuild index 812492cede05..053470606f69 100644 --- a/dev-ruby/activerecord/activerecord-2.3.14.ebuild +++ b/dev-ruby/activerecord/activerecord-2.3.14.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/activerecord/activerecord-2.3.14.ebuild,v 1.5 2011/08/27 18:51:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild,v 1.6 2011/12/27 07:42:55 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -32,6 +32,7 @@ USE_RUBY=ruby18 \ ruby_add_bdepend " test? ( + dev-ruby/rdoc >=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit )" |