diff options
author | 2014-10-11 20:32:14 +0000 | |
---|---|---|
committer | 2014-10-11 20:32:14 +0000 | |
commit | 2f18054e7290ee75949a144a13d7b9d6792a73cf (patch) | |
tree | 24b46efc9688bb941a49fc587f39b3768d4d943b /dev-vcs/git/git-9999-r1.ebuild | |
parent | Stable for HPPA (bug #525038). (diff) | |
download | gentoo-2-2f18054e7290ee75949a144a13d7b9d6792a73cf.tar.gz gentoo-2-2f18054e7290ee75949a144a13d7b9d6792a73cf.tar.bz2 gentoo-2-2f18054e7290ee75949a144a13d7b9d6792a73cf.zip |
Install bash completion alias for gitk command, bug #521168.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/git/git-9999-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 644d79a3d529..eec352bbd322 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.6 2014/08/30 08:59:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.7 2014/10/11 20:32:14 mgorny Exp $ EAPI=5 @@ -378,6 +378,7 @@ src_install() { use doc && doinfo Documentation/{git,gitman}.info newbashcomp contrib/completion/git-completion.bash ${PN} + bashcomp_alias git gitk # Not really a bash-completion file (bug #477920) # but still needed uncompressed (bug #507480) insinto /usr/share/${PN} |