From: Michał Górny Date: Sun, 28 Apr 2019 08:38:08 +0000 (+0200) Subject: app-shells/bash-completion: Fix missing 'tar' aliases in 2.9 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2a5e6e695469519fefe4c16b2aee7c03ce1a0317;p=gentoo.git app-shells/bash-completion: Fix missing 'tar' aliases in 2.9 Signed-off-by: Michał Górny --- diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild index 41547998e7a1..e759014076a8 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