diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-02 16:13:44 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-02 16:13:44 +0000 |
commit | 6a35087d9e8f36ff6ac94e7b4169c78336f51006 (patch) | |
tree | 76b78203c24eaeeaf7a3280a9ed47f632ff5193d /app-shells/bash-completion/bash-completion-20041017-r3.ebuild | |
parent | Version bump to RC version of 4.2 release. (Manifest recommit) (diff) | |
download | gentoo-2-6a35087d9e8f36ff6ac94e7b4169c78336f51006.tar.gz gentoo-2-6a35087d9e8f36ff6ac94e7b4169c78336f51006.tar.bz2 gentoo-2-6a35087d9e8f36ff6ac94e7b4169c78336f51006.zip |
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.
Diffstat (limited to 'app-shells/bash-completion/bash-completion-20041017-r3.ebuild')
-rw-r--r-- | app-shells/bash-completion/bash-completion-20041017-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |