dev-ruby/parallel: add missing test dependency
authorHans de Graaff <graaff@gentoo.org>
Sat, 30 May 2020 18:10:57 +0000 (20:10 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 30 May 2020 18:36:14 +0000 (20:36 +0200)
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@gentoo.org>
dev-ruby/parallel/parallel-1.19.1.ebuild

index c7ad1888fe501eaa03945594f3d00af3dfb256ae..d7f244875903434dc42df7b518aefe5dddebc03c 100644 (file)
@@ -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 )"