summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2019-12-16 19:17:45 +1100
committerSam Jorna <wraeth@gentoo.org>2019-12-16 19:47:56 +1100
commitaf85130a7ae0cbb89e453ea2f7531b5ec28afe01 (patch)
tree065f6d5a17a223e633ece3fdd677da96295f992f /sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
parentsys-apps/the_silver_searcher: add self to metadata (diff)
downloadgentoo-af85130a7ae0cbb89e453ea2f7531b5ec28afe01.tar.gz
gentoo-af85130a7ae0cbb89e453ea2f7531b5ec28afe01.tar.bz2
gentoo-af85130a7ae0cbb89e453ea2f7531b5ec28afe01.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild')
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild5
1 files changed, 4 insertions, 1 deletions
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"