diff options
author | 2019-09-06 17:29:40 -0700 | |
---|---|---|
committer | 2019-09-06 17:34:10 -0700 | |
commit | b85c1ce5fcfc64aaa3d89a342e907b879c69389e (patch) | |
tree | db07e30194ad2f0e1618bf62d843d31318118691 /app-emulation | |
parent | mail-mta/exim: x86 stable (bug #693494) (diff) | |
download | gentoo-b85c1ce5fcfc64aaa3d89a342e907b879c69389e.tar.gz gentoo-b85c1ce5fcfc64aaa3d89a342e907b879c69389e.tar.bz2 gentoo-b85c1ce5fcfc64aaa3d89a342e907b879c69389e.zip |
app-emulation/libpod: Revbump to 1.5.1-r1 for bash completion
Closes: https://bugs.gentoo.org/693414
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libpod/libpod-1.5.1-r1.ebuild (renamed from app-emulation/libpod/libpod-1.5.1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/libpod/libpod-1.5.1.ebuild b/app-emulation/libpod/libpod-1.5.1-r1.ebuild index a51d046989d0..a3cd4c059627 100644 --- a/app-emulation/libpod/libpod-1.5.1.ebuild +++ b/app-emulation/libpod/libpod-1.5.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 EGIT_COMMIT="00057929f5acfd98341964d85722383363376d52" EGO_PN="github.com/containers/${PN}" -inherit flag-o-matic golang-vcs-snapshot +inherit bash-completion-r1 flag-o-matic golang-vcs-snapshot DESCRIPTION="Library and podman tool for running OCI-based containers in Pods" HOMEPAGE="https://github.com/containers/libpod/" @@ -107,6 +107,8 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}/podman.logrotated" podman + dobashcomp completions/bash/* + keepdir /var/lib/containers } |