commit:     89268c289278cc97b8b3a7ba8d9aa9140818ffdc
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 07:07:07 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May 15 07:07:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89268c28

app-emulation/buildah: install bash completions

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/buildah/buildah-1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/buildah/buildah-1.0.ebuild 
b/app-emulation/buildah/buildah-1.0.ebuild
index 49d8d6bd981..baf50ef426d 100644
--- a/app-emulation/buildah/buildah-1.0.ebuild
+++ b/app-emulation/buildah/buildah-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit golang-vcs-snapshot
+inherit bash-completion-r1 golang-vcs-snapshot
 
 KEYWORDS="~amd64"
 DESCRIPTION="A tool that facilitates building OCI images"
@@ -38,6 +38,7 @@ src_install() {
        doman docs/*.1
        dodoc -r docs/tutorials
        dobin ${PN} imgtype
+       dobashcomp contrib/completions/bash/buildah
 }
 
 src_test() {

Reply via email to