From 2a5e6e695469519fefe4c16b2aee7c03ce1a0317 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 28 Apr 2019 10:38:08 +0200 Subject: app-shells/bash-completion: Fix missing 'tar' aliases in 2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-shells/bash-completion/bash-completion-2.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app-shells') 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 -- cgit v1.2.3-65-gdbad