commit: af85130a7ae0cbb89e453ea2f7531b5ec28afe01 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 08:17:45 2019 +0000 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 08:47:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af85130a
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 <wraeth <AT> gentoo.org> sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 f8bf1e85226..73d91a661f6 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"
