diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-11-12 10:49:22 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-11-12 10:49:22 +0100 |
commit | d92a01940052cdcd921fca13618e867be75c58e8 (patch) | |
tree | 9d19bfc1146eefe604ee179b39b9c26828c6b7f0 /dev-ruby/hoe | |
parent | dev-ruby/hoe: cleanup (diff) | |
download | gentoo-d92a01940052cdcd921fca13618e867be75c58e8.tar.gz gentoo-d92a01940052cdcd921fca13618e867be75c58e8.tar.bz2 gentoo-d92a01940052cdcd921fca13618e867be75c58e8.zip |
dev-ruby/hoe: update minitest test dependency
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/hoe-3.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/hoe/hoe-3.15.2.ebuild b/dev-ruby/hoe/hoe-3.15.2.ebuild index afe27ee2d6b2..205ae684038f 100644 --- a/dev-ruby/hoe/hoe-3.15.2.ebuild +++ b/dev-ruby/hoe/hoe-3.15.2.ebuild @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 )" +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-12.0" |