summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion/bash-completion-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-23 23:30:55 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-23 23:31:27 +0200
commit9f8c7401d89d6a01d96c811e7e3ca4e84b7b3309 (patch)
tree877be653824ead85b5be13d3690524db840e66d9 /app-shells/bash-completion/bash-completion-9999.ebuild
parentc86a527773a9c002c38dc0bd3a0f8844f400b3b8 (diff)
downloadgentoo-9f8c7401d89d6a01d96c811e7e3ca4e84b7b3309.tar.gz
gentoo-9f8c7401d89d6a01d96c811e7e3ca4e84b7b3309.tar.xz
app-shells/bash-completion: Strip colliding rfkill executable
Closes: https://bugs.gentoo.org/635158
Diffstat (limited to 'app-shells/bash-completion/bash-completion-9999.ebuild')
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
index 543a7c362bb..0d8fdec50aa 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -45,6 +45,9 @@ STRIP_COMPLETIONS=(
# Installed by sys-apps/util-linux-2.28
mount umount mount.linux umount.linux
+
+ # Deprecated in favor of sys-apps/util-linux-2.31
+ _rfkill
)
src_unpack() {