diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-05-26 09:43:09 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-05-26 09:43:09 +0000 |
commit | d9242729b6711bb1cbe910acf5fa896236bde083 (patch) | |
tree | d56c54c4c36e65e13453a9336ecb1f483e1eed28 /dev-ruby | |
parent | Version bump to 2.0.1. Remove older. Fixes bug#414579. (diff) | |
download | gentoo-2-d9242729b6711bb1cbe910acf5fa896236bde083.tar.gz gentoo-2-d9242729b6711bb1cbe910acf5fa896236bde083.tar.bz2 gentoo-2-d9242729b6711bb1cbe910acf5fa896236bde083.zip |
Add rdoc also as a test dependency also for the latest version, not trivial to avoid it. Fixes bug 417581.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.13.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index bbc9ab0dbc1e..5149ab81db9f 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.131 2012/05/26 09:40:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.132 2012/05/26 09:43:09 graaff Exp $ + + 26 May 2012; Hans de Graaff <graaff@gentoo.org> hoe-2.13.0.ebuild: + Add rdoc also as a test dependency also for the latest version, not trivial + to avoid it. Fixes bug 417581. 26 May 2012; Hans de Graaff <graaff@gentoo.org> hoe-2.12.5.ebuild: Add rdoc also as a test dependency. Fixes bug 417581. diff --git a/dev-ruby/hoe/hoe-2.13.0.ebuild b/dev-ruby/hoe/hoe-2.13.0.ebuild index 446e58dc8233..e41568789a5e 100644 --- a/dev-ruby/hoe/hoe-2.13.0.ebuild +++ b/dev-ruby/hoe/hoe-2.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild,v 1.1 2012/01/24 07:19:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild,v 1.2 2012/05/26 09:43:09 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -28,7 +28,7 @@ ruby_add_bdepend "doc? ( dev-ruby/rdoc )" # test-time, at least for us; # - rubyforge is loaded at runtime when needed, so we don't strictly # depend on it at runtime, but we need it for tests (for now); -ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )" +ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )" ruby_add_rdepend ">=dev-ruby/rake-0.8.7" |