summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-01-28 16:21:05 +0100
committerLouis Sautier <sautier.louis@gmail.com>2016-01-28 16:21:05 +0100
commitfba3afb88064a7e5cbe82610b07da5c4c70d2580 (patch)
tree5fbdbc71f0ac74407e56345b3a90d6b7838b28a2 /app-shells
parentapp-shells/bash-completion: add patch to fix bug 543100 (diff)
downloadgentoo-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.ebuild8
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