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 127CE15A7D9 for ; Mon, 13 Mar 2023 21:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7EEE07E1; Mon, 13 Mar 2023 21:27:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4976EE07E1 for ; Mon, 13 Mar 2023 21:27:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67926343CEA for ; Mon, 13 Mar 2023 21:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 031A67F9 for ; Mon, 13 Mar 2023 21:27:31 +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: <1678742842.8e15ae348f400c86a8314933a15d8f851f045281.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: 8e15ae348f400c86a8314933a15d8f851f045281 X-VCS-Branch: master Date: Mon, 13 Mar 2023 21:27:31 +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: e866e563-3692-4aa4-a074-11b58c421941 X-Archives-Hash: 058e5662081430bc0b14e38deb76ac85 commit: 8e15ae348f400c86a8314933a15d8f851f045281 Author: Sam James gentoo org> AuthorDate: Mon Mar 13 21:26:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 13 21:27:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=8e15ae34 completions/emerge: add additional options Adds the following: - --autounmask-keep-keywords - --autounmask-continue - --onlydeps-with-ideps - --onlydeps-with-rdeps - --update-if-installed Signed-off-by: Sam James gentoo.org> completions/emerge | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/completions/emerge b/completions/emerge index e84a7fc..113aa07 100644 --- a/completions/emerge +++ b/completions/emerge @@ -93,7 +93,7 @@ _emerge() elif [[ ${cur} == --* ]]; then # Complete on long options. opts="--alphabetical \ - --ask --autounmask-write \ + --ask --autounmask-write --autounmask-keep-keywords --autounmask-continue \ --buildpkg --buildpkgonly \ --changelog --clean --color=y --color=n --columns --complete-graph --config \ --debug --deep --depclean --deselect \ @@ -105,14 +105,14 @@ _emerge() --keep-going \ --metadata \ --newuse --noconfmem --nodeps --noreplace --nospinner \ - --oneshot --onlydeps \ + --oneshot --onlydeps --onlydeps-with-ideps --onlydeps-with-rdeps \ --pretend --prune \ --quiet --rage-clean \ --reinstall=changed-use --regen \ --search \ --sync \ --tree \ - --unmerge --update --upgradeonly --usepkg --usepkgonly \ + --unmerge --update --update-if-installed --upgradeonly --usepkg --usepkgonly \ --verbose \ --with-bdeps=y --with-bdeps=n" if [[ ${curword} -eq 1 ]] && [[ ${numwords} -eq 2 ]] ; then