diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-30 07:48:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-30 08:11:03 +0200 |
commit | b6aacc54d849b5750dff15f25b5a825a4ee89910 (patch) | |
tree | 468c8a58cc17b9e306fa78151e26704edf292b6c /app-shells | |
parent | Revert "dev-libs/crypto++: cleanup old" (diff) | |
download | gentoo-b6aacc54d849b5750dff15f25b5a825a4ee89910.tar.gz gentoo-b6aacc54d849b5750dff15f25b5a825a4ee89910.tar.bz2 gentoo-b6aacc54d849b5750dff15f25b5a825a4ee89910.zip |
app-shells/bash-completion: Strip ifquery as well
Closes: https://bugs.gentoo.org/684766
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.9.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |