diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-10 16:38:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-10 16:48:45 +0200 |
commit | f395aee9e04a3683041783d53f900b968346d707 (patch) | |
tree | 5843078c2e717273065d98455139f20f480e8237 /app-shells/bash-completion | |
parent | app-shells/bash-completion: Improve STRIP_COMPLETIONS errors (diff) | |
download | gentoo-f395aee9e04a3683041783d53f900b968346d707.tar.gz gentoo-f395aee9e04a3683041783d53f900b968346d707.tar.bz2 gentoo-f395aee9e04a3683041783d53f900b968346d707.zip |
app-shells/bash-completion: Renamed mount completions in -9999
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index d7a8ec6b2b78..1ef70643b1e9 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -45,8 +45,8 @@ STRIP_COMPLETIONS=( # Now-dead symlinks to deprecated completions hd ncal - # Installed by sys-apps/util-linux-2.28 - mount umount mount.linux umount.linux + # Installed by sys-apps/util-linux-2.28 (and now deprecated) + _mount _umount _mount.linux _umount.linux # Deprecated in favor of sys-apps/util-linux-2.31 _rfkill |