Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Tue, 30 Apr 2019 06:11:23
Message-Id: 1556604663.b6aacc54d849b5750dff15f25b5a825a4ee89910.mgorny@gentoo
1 commit: b6aacc54d849b5750dff15f25b5a825a4ee89910
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 05:48:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 06:11:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6aacc54
7
8 app-shells/bash-completion: Strip ifquery as well
9
10 Closes: https://bugs.gentoo.org/684766
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-shells/bash-completion/bash-completion-2.9.ebuild | 2 +-
14 app-shells/bash-completion/bash-completion-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild
18 index c28b05d00c3..bef979856f8 100644
19 --- a/app-shells/bash-completion/bash-completion-2.9.ebuild
20 +++ b/app-shells/bash-completion/bash-completion-2.9.ebuild
21 @@ -45,7 +45,7 @@ strip_completions() {
22 explodepkg installpkg makepkg pkgtool removepkg upgradepkg
23
24 # Debian/Red Hat network stuff
25 - ifdown ifup ifstatus
26 + ifdown ifup ifquery ifstatus
27
28 # Installed in app-editors/vim-core
29 xxd
30
31 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
32 index dfeead5c364..bd5e53f21aa 100644
33 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
34 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
35 @@ -44,7 +44,7 @@ strip_completions() {
36 explodepkg installpkg makepkg pkgtool removepkg upgradepkg
37
38 # Debian/Red Hat network stuff
39 - ifdown ifup ifstatus
40 + ifdown ifup ifquery ifstatus
41
42 # Installed in app-editors/vim-core
43 xxd