From: Sam Jorna Date: Mon, 16 Dec 2019 08:17:45 +0000 (+1100) Subject: sys-apps/the_silver_searcher: add missing test dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af85130a7ae0cbb89e453ea2f7531b5ec28afe01;p=gentoo.git sys-apps/the_silver_searcher: add missing test dep Bug: https://bugs.gentoo.org/626548 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sam Jorna --- diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild index f8bf1e852265..73d91a661f61 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild @@ -19,7 +19,10 @@ RDEPEND="dev-libs/libpcre zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} virtual/pkgconfig - test? ( dev-util/cram )" + test? ( + dev-util/cram + dev-vcs/git + )" DOCS="README.md"