commit:     17bed37e5b3c8f26a60c5c39a4f5571b8da0460a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 18:10:57 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 30 18:36:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bed37e

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 <graaff <AT> gentoo.org>

 dev-ruby/parallel/parallel-1.19.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/parallel/parallel-1.19.1.ebuild 
b/dev-ruby/parallel/parallel-1.19.1.ebuild
index c7ad1888fe5..d7f24487590 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 )"

Reply via email to