diff options
author | Sam Jorna <wraeth@gentoo.org> | 2019-12-16 20:28:48 +1100 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2019-12-16 20:29:30 +1100 |
commit | 158e5b8b64f412e86423258bb919502d597bd7da (patch) | |
tree | 74038459c363dd82595c576ae766f6a76e217319 /sys-apps | |
parent | media-sound/fluidsynth: x86 stable wrt bug #703038 (diff) | |
download | gentoo-158e5b8b64f412e86423258bb919502d597bd7da.tar.gz gentoo-158e5b8b64f412e86423258bb919502d597bd7da.tar.bz2 gentoo-158e5b8b64f412e86423258bb919502d597bd7da.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')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild index 21b02d12de35..d993a7bb70b8 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.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" |