commit:     d76962188c93749db38317e88e627bab59bc082b
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Jan 28 14:41:41 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 15:00:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7696218

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

 ...n-2.1_p20141224.ebuild => bash-completion-2.1_p20141224-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
similarity index 96%
rename from app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild
rename to app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
index 531fd4d..95893af 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

Reply via email to