summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-28 10:38:08 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-28 10:42:03 +0200
commit2a5e6e695469519fefe4c16b2aee7c03ce1a0317 (patch)
tree4b7c31af80bc9f641d26879051e50e654f71c8f7 /app-shells
parentapp-shells/bash-completion: Bump to 2.9 (diff)
downloadgentoo-2a5e6e695469519fefe4c16b2aee7c03ce1a0317.tar.gz
gentoo-2a5e6e695469519fefe4c16b2aee7c03ce1a0317.tar.bz2
gentoo-2a5e6e695469519fefe4c16b2aee7c03ce1a0317.zip
app-shells/bash-completion: Fix missing 'tar' aliases in 2.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-2.9.ebuild4
1 files changed, 3 insertions, 1 deletions
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