commit: 5a9c389ddbf6e1e1692d521f7e132110ec58d482
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 07:25:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 07:25:23 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=5a9c389d
completions/emerge: add --with-test-deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
completions/emerge | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completions/emerge b/completions/emerge
index 915a0b0..e813817 100644
--- a/completions/emerge
+++ b/completions/emerge
@@ -114,7 +114,7 @@ _emerge()
--tree \
--unmerge --update --update-if-installed --upgradeonly
--usepkg --usepkgonly \
--verbose --verbose-conflicts \
- --with-bdeps=y --with-bdeps=n"
+ --with-bdeps=y --with-bdeps=n --with-test-deps"
if [[ ${curword} -eq 1 ]] && [[ ${numwords} -eq 2 ]] ; then
opts="${opts} --help --resume --searchdesc --version"
fi