From 6a35087d9e8f36ff6ac94e7b4169c78336f51006 Mon Sep 17 00:00:00 2001
From: Aaron Walker <ka0ttic@gentoo.org>
Date: Sun, 2 Jan 2005 16:13:44 +0000
Subject: Added 20041017-rcs.diff which fixes a rcs completion issue (see bug
 75253); Thanks to Ed Catmur <ed@catmur.co.uk> for the patch.  Waiting on a
 few gentoo-bashcomp bugs to be closed before revbumping to r4.

---
 app-shells/bash-completion/bash-completion-20041017-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'app-shells/bash-completion/bash-completion-20041017-r3.ebuild')

diff --git a/app-shells/bash-completion/bash-completion-20041017-r3.ebuild b/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
index 05705af27bbe..c2d9f74e5059 100644
--- a/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
+++ b/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20041017-r3.ebuild,v 1.3 2005/01/01 15:56:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20041017-r3.ebuild,v 1.4 2005/01/02 16:13:44 ka0ttic Exp $
 
 inherit eutils
 
@@ -29,6 +29,7 @@ src_unpack() {
 	unpack ${A}
 	cd ${S}
 	epatch ${FILESDIR}/${PV}-gentoo.diff
+	epatch ${FILESDIR}/${PV}-rcs.diff
 }
 
 src_install() {
-- 
cgit v1.2.3-65-gdbad