net-firewall/ipset: Remove bash completion script

Closes: https://bugs.gentoo.org/971752

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2026-03-29 16:48:58 -04:00
parent bb48a09f38
commit 3a68f761df
2 changed files with 1 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
--- a/utils/ipset_bash_completion/ipset 2024-03-09 12:53:38.756882196 -0500
+++ b/utils/ipset_bash_completion/ipset 2024-03-09 12:54:32.838917743 -0500
@@ -1005,7 +1005,7 @@ if ((got_bashcompl)); then
if ! declare -F _ipset_known_hosts &>/dev/null; then
eval '_ipset_known_hosts() { '$(declare -f _known_hosts_real | \
grep -v __ltrim_colon_completions | \
- grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")'; }'
+ grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")' }'
fi
fi

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,7 +27,6 @@ DOCS=( ChangeLog INSTALL README UPGRADE )
IP_NF_SET_MAX=${IP_NF_SET_MAX:-256}
PATCHES=(
"${FILESDIR}/${PN}-bash-completion.patch"
"${FILESDIR}/${PN}-net_namespace.patch"
)