app-emulation/buildah: install bash completions
authorZac Medico <zmedico@gentoo.org>
Tue, 15 May 2018 07:07:07 +0000 (00:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 15 May 2018 07:07:37 +0000 (00:07 -0700)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

app-emulation/buildah/buildah-1.0.ebuild

index 49d8d6bd981e303ba5cea7fbe0ba51846bc21089..baf50ef426d8dc32464665e38fa822c0c082003b 100644 (file)
@@ -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() {