From: Michał Górny Date: Tue, 30 Apr 2019 05:48:38 +0000 (+0200) Subject: app-shells/bash-completion: Strip ifquery as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b6aacc54d849b5750dff15f25b5a825a4ee89910;p=gentoo.git app-shells/bash-completion: Strip ifquery as well Closes: https://bugs.gentoo.org/684766 Signed-off-by: Michał Górny --- diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild index c28b05d00c34..bef979856f82 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 dfeead5c364e..bd5e53f21aa0 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