From 843ec52e64ab46290c3cbf9c0452b20a35af22cd Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 30 May 2020 20:18:59 +0200 Subject: [PATCH] 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 --- dev-ruby/patron/patron-0.13.3.ebuild | 4 ++-- 1 file 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 -- 2.26.2