diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-30 20:18:59 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-05-30 20:36:15 +0200 |
commit | 843ec52e64ab46290c3cbf9c0452b20a35af22cd (patch) | |
tree | bd3af66c5888128ce536c9830f7530bafd9dba14 /dev-ruby/patron | |
parent | dev-ruby/parallel: add missing test dependency (diff) | |
download | gentoo-843ec52e64ab46290c3cbf9c0452b20a35af22cd.tar.gz gentoo-843ec52e64ab46290c3cbf9c0452b20a35af22cd.tar.bz2 gentoo-843ec52e64ab46290c3cbf9c0452b20a35af22cd.zip |
dev-ruby/patron: add missing test dependency
Closes: https://bugs.gentoo.org/show_bug.cgi?id=723902
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r-- | dev-ruby/patron/patron-0.13.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/patron/patron-0.13.3.ebuild b/dev-ruby/patron/patron-0.13.3.ebuild index cedf0130468e..d87a8d18915f 100644 --- a/dev-ruby/patron/patron-0.13.3.ebuild +++ b/dev-ruby/patron/patron-0.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ IUSE="" DEPEND+=" net-misc/curl" RDEPEND+=" net-misc/curl" -ruby_add_bdepend "test? ( www-servers/puma )" +ruby_add_bdepend "test? ( dev-ruby/rack www-servers/puma )" all_ruby_prepare() { # Fix Rakefile |