commit:     2a5e6e695469519fefe4c16b2aee7c03ce1a0317
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 08:38:08 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 08:42:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5e6e69

app-shells/bash-completion: Fix missing 'tar' aliases in 2.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-shells/bash-completion/bash-completion-2.9.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild 
b/app-shells/bash-completion/bash-completion-2.9.ebuild
index 41547998e7a..e759014076a 100644
--- a/app-shells/bash-completion/bash-completion-2.9.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 BASHCOMP_P=bashcomp-2.0.2
 PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-any-r1
+inherit bash-completion-r1 python-any-r1
 
 DESCRIPTION="Programmable Completion for bash"
 HOMEPAGE="https://github.com/scop/bash-completion";
@@ -112,6 +112,8 @@ src_install() {
        emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install
 
        strip_completions
+       # fix missing aliases
+       bashcomp_alias tar bsdtar gtar star
 
        dodoc AUTHORS CHANGES CONTRIBUTING.md README.md
 

Reply via email to