Gentoo Archives: gentoo-commits

From: Vadim Misbakh-Soloviov <mva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/
Date: Wed, 12 Jan 2022 09:36:00
Message-Id: 1641980126.999b60ac5a2858842b5a53eddf851d54faa25290.mva@gentoo
1 commit: 999b60ac5a2858842b5a53eddf851d54faa25290
2 Author: Michael Cook (mackal) <mcook <AT> mackal <DOT> net>
3 AuthorDate: Thu Apr 15 16:15:23 2021 +0000
4 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 09:35:26 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=999b60ac
7
8 Add --changed-deps to emerge completion
9
10 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
11
12 src/_portage | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/src/_portage b/src/_portage
16 index 141404e..1eba6fb 100644
17 --- a/src/_portage
18 +++ b/src/_portage
19 @@ -129,6 +129,7 @@ _emerge () {
20 "--backtrack=[Number of times to backtrack if dependency calculation fails]:number:(0 10 30)"
21 "--binpkg-changed-deps[Ignore binary packages for which the corresponding ebuild dependencies have changed since the packages were built]:$yesno"
22 "--binpkg-respect-use[Ignore binary packages if their uses don't match current config]"
23 + "--changed-deps[Replace installed packages whos dependencies have changed since install]"
24 "--complete-graph[Consider the deep dependencies of all packages from the world set]:$yesno"
25 "--complete-graph-if-new-use[--complete-graph if USE or IUSE will change for an installed package]:$yesno"
26 "--complete-graph-if-new-ver[--complete-graph if an installed package version will change]:$yesno"