diff options
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1-r94.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.1-r94.ebuild b/app-shells/bash-completion/bash-completion-2.1-r94.ebuild index 002a448be002..c24324eabddc 100644 --- a/app-shells/bash-completion/bash-completion-2.1-r94.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1-r94.ebuild @@ -21,11 +21,6 @@ RDEPEND=">=app-shells/bash-4.3_p30-r1 !app-eselect/eselect-bashcomp" PDEPEND=">=app-shells/gentoo-bashcomp-20140911" -# Bug 543100 -PATCHES=( - "${FILESDIR}"/${P}-escape-characters.patch -) - # Remove unwanted completions. STRIP_COMPLETIONS=( # Included in util-linux, bug #468544 @@ -41,7 +36,8 @@ STRIP_COMPLETIONS=( src_prepare() { epatch "${WORKDIR}"/bashcomp2-pre1/*.patch - epatch "${PATCHES[@]}" + # Bug 543100 + epatch "${FILESDIR}"/${P}-escape-characters.patch } src_test() { :; } # Skip testsuite because of interactive shell wrt #477066 |