Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Sun, 28 Apr 2019 08:42:21
Message-Id: 1556440923.2a5e6e695469519fefe4c16b2aee7c03ce1a0317.mgorny@gentoo
1 commit: 2a5e6e695469519fefe4c16b2aee7c03ce1a0317
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 08:38:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 08:42:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5e6e69
7
8 app-shells/bash-completion: Fix missing 'tar' aliases in 2.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/bash-completion/bash-completion-2.9.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild
16 index 41547998e7a..e759014076a 100644
17 --- a/app-shells/bash-completion/bash-completion-2.9.ebuild
18 +++ b/app-shells/bash-completion/bash-completion-2.9.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 BASHCOMP_P=bashcomp-2.0.2
22 PYTHON_COMPAT=( python3_{5,6,7} )
23 -inherit python-any-r1
24 +inherit bash-completion-r1 python-any-r1
25
26 DESCRIPTION="Programmable Completion for bash"
27 HOMEPAGE="https://github.com/scop/bash-completion"
28 @@ -112,6 +112,8 @@ src_install() {
29 emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install
30
31 strip_completions
32 + # fix missing aliases
33 + bashcomp_alias tar bsdtar gtar star
34
35 dodoc AUTHORS CHANGES CONTRIBUTING.md README.md