app-shells/bash-completion: add patch to fix bug 543100
authorLouis Sautier <sautier.louis@gmail.com>
Thu, 28 Jan 2016 14:41:41 +0000 (15:41 +0100)
committerLouis Sautier <sautier.louis@gmail.com>
Thu, 28 Jan 2016 15:00:00 +0000 (16:00 +0100)
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

app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild [moved from app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild with 96% similarity]

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 531fd4d3425f7d1f67e729d243a65e8212a10f74..95893afdb79d5316841e3ceed57ebc647231942d 100644 (file)
@@ -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