summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-01-28 15:41:41 +0100
committerLouis Sautier <sautier.louis@gmail.com>2016-01-28 16:00:00 +0100
commitd76962188c93749db38317e88e627bab59bc082b (patch)
tree2bf51ba4f50ef7463c06f58194c7c5acb2780e05 /app-shells
parentmedia-video/mplayer: bump to 1.2.1 (diff)
downloadgentoo-d76962188c93749db38317e88e627bab59bc082b.tar.gz
gentoo-d76962188c93749db38317e88e627bab59bc082b.tar.bz2
gentoo-d76962188c93749db38317e88e627bab59bc082b.zip
app-shells/bash-completion: add patch to fix bug 543100
The patch was added for 2.1-r94 in fab2a7c5536a218bd909b2c7265e9c69296316dc but not for the most recent version Package-Manager: portage-2.2.27 RepoMan-Options: --force
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild (renamed from app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild b/app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
index 531fd4d3425f..95893afdb79d 100644
--- a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -41,6 +41,8 @@ STRIP_COMPLETIONS=(
src_prepare() {
epatch "${WORKDIR}/${BASHCOMP_P}/${P}"-*.patch
+ # Bug 543100
+ epatch "${FILESDIR}/${PN}-2.1-escape-characters.patch"
}
src_test() { :; } # Skip testsuite because of interactive shell wrt #477066