sys-apps/the_silver_searcher: add missing test dep
authorSam Jorna <wraeth@gentoo.org>
Mon, 16 Dec 2019 08:17:45 +0000 (19:17 +1100)
committerSam Jorna <wraeth@gentoo.org>
Mon, 16 Dec 2019 08:47:56 +0000 (19:47 +1100)
Bug: https://bugs.gentoo.org/626548
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sam Jorna <wraeth@gentoo.org>
sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild

index f8bf1e8522655d4040c6efefc908114bb8b897f5..73d91a661f6120d634b0ec7b0dda3d770e109f36 100644 (file)
@@ -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"