From: Hans de Graaff Date: Sat, 30 May 2020 18:10:57 +0000 (+0200) Subject: dev-ruby/parallel: add missing test dependency X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17bed37e5b3c8f26a60c5c39a4f5571b8da0460a;p=gentoo.git dev-ruby/parallel: add missing test dependency Closes: https://bugs.gentoo.org/show_bug.cgi?id=723900 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/parallel/parallel-1.19.1.ebuild b/dev-ruby/parallel/parallel-1.19.1.ebuild index c7ad1888fe50..d7f244875903 100644 --- a/dev-ruby/parallel/parallel-1.19.1.ebuild +++ b/dev-ruby/parallel/parallel-1.19.1.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=7 @@ -22,7 +22,7 @@ KEYWORDS="~amd64" SLOT="1" IUSE="test" -DEPEND+="test? ( sys-process/lsof )" +DEPEND+="test? ( sys-process/lsof sys-process/procps )" ruby_add_bdepend " test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord:5.2 dev-ruby/sqlite3 )"