diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-01-28 16:21:05 +0100 |
---|---|---|
committer | Louis Sautier <sautier.louis@gmail.com> | 2016-01-28 16:21:05 +0100 |
commit | fba3afb88064a7e5cbe82610b07da5c4c70d2580 (patch) | |
tree | 5fbdbc71f0ac74407e56345b3a90d6b7838b28a2 /app-shells | |
parent | app-shells/bash-completion: add patch to fix bug 543100 (diff) | |
download | gentoo-fba3afb88064a7e5cbe82610b07da5c4c70d2580.tar.gz gentoo-fba3afb88064a7e5cbe82610b07da5c4c70d2580.tar.bz2 gentoo-fba3afb88064a7e5cbe82610b07da5c4c70d2580.zip |
app-shells/bash-completion: make use of epatch more consistent
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-shells')
-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 |