diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-05-15 00:07:07 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-05-15 00:07:37 -0700 |
commit | 89268c289278cc97b8b3a7ba8d9aa9140818ffdc (patch) | |
tree | db9d82d1a7e5df56bdd07699f80953dbf5ade00f /app-emulation/buildah | |
parent | dev-ros/xacro: bump to 1.13.2 (diff) | |
download | gentoo-89268c289278cc97b8b3a7ba8d9aa9140818ffdc.tar.gz gentoo-89268c289278cc97b8b3a7ba8d9aa9140818ffdc.tar.bz2 gentoo-89268c289278cc97b8b3a7ba8d9aa9140818ffdc.zip |
app-emulation/buildah: install bash completions
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-emulation/buildah')
-rw-r--r-- | app-emulation/buildah/buildah-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/buildah/buildah-1.0.ebuild b/app-emulation/buildah/buildah-1.0.ebuild index 49d8d6bd981e..baf50ef426d8 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() { |