commit: b6aacc54d849b5750dff15f25b5a825a4ee89910 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 05:48:38 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 30 06:11:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6aacc54
app-shells/bash-completion: Strip ifquery as well Closes: https://bugs.gentoo.org/684766 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-shells/bash-completion/bash-completion-2.9.ebuild | 2 +- app-shells/bash-completion/bash-completion-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild index c28b05d00c3..bef979856f8 100644 --- a/app-shells/bash-completion/bash-completion-2.9.ebuild +++ b/app-shells/bash-completion/bash-completion-2.9.ebuild @@ -45,7 +45,7 @@ strip_completions() { explodepkg installpkg makepkg pkgtool removepkg upgradepkg # Debian/Red Hat network stuff - ifdown ifup ifstatus + ifdown ifup ifquery ifstatus # Installed in app-editors/vim-core xxd diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index dfeead5c364..bd5e53f21aa 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -44,7 +44,7 @@ strip_completions() { explodepkg installpkg makepkg pkgtool removepkg upgradepkg # Debian/Red Hat network stuff - ifdown ifup ifstatus + ifdown ifup ifquery ifstatus # Installed in app-editors/vim-core xxd
