From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DE34158041 for ; Wed, 21 Feb 2024 07:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3578DE2A16; Wed, 21 Feb 2024 07:34:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A582E2A16 for ; Wed, 21 Feb 2024 07:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3903C3431CE for ; Wed, 21 Feb 2024 07:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D36A118C for ; Wed, 21 Feb 2024 07:34:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708500323.5a9c389ddbf6e1e1692d521f7e132110ec58d482.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: completions/ X-VCS-Repository: proj/gentoo-bashcomp X-VCS-Files: completions/emerge X-VCS-Directories: completions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a9c389ddbf6e1e1692d521f7e132110ec58d482 X-VCS-Branch: master Date: Wed, 21 Feb 2024 07:34:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed4cdade-b88f-4cd7-b719-2aa19621fa76 X-Archives-Hash: 7d55d4eeab387dce82d1325aab5864da commit: 5a9c389ddbf6e1e1692d521f7e132110ec58d482 Author: Sam James gentoo org> AuthorDate: Wed Feb 21 07:25:23 2024 +0000 Commit: Sam James gentoo 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 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