diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-03 17:00:11 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-03 17:01:07 -0600 |
commit | a305b89aa9ac24be7124ece6b1cb189961fbbf3b (patch) | |
tree | 88840f0bb66d5ef54f48179807f2bde755a68e05 /app-containers/skopeo | |
parent | dev-libs/gost-engine: fix build (diff) | |
download | gentoo-a305b89aa9ac24be7124ece6b1cb189961fbbf3b.tar.gz gentoo-a305b89aa9ac24be7124ece6b1cb189961fbbf3b.tar.bz2 gentoo-a305b89aa9ac24be7124ece6b1cb189961fbbf3b.zip |
app-containers/skopeo: drop code to install removed bash completions
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers/skopeo')
-rw-r--r-- | app-containers/skopeo/skopeo-1.10.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-containers/skopeo/skopeo-1.10.0.ebuild b/app-containers/skopeo/skopeo-1.10.0.ebuild index 1044d13b0958..eb546e4d631d 100644 --- a/app-containers/skopeo/skopeo-1.10.0.ebuild +++ b/app-containers/skopeo/skopeo-1.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 COMMIT=ee60474d5a4d99745aac9855797ad4b26510d786 -inherit go-module bash-completion-r1 +inherit go-module DESCRIPTION="Command line utility foroperations on container images and image repositories" HOMEPAGE="https://github.com/containers/skopeo" @@ -40,7 +40,6 @@ src_compile() { src_install() { dobin skopeo doman docs/*.1 - dobashcomp completions/bash/skopeo insinto /etc/containers newins default-policy.json policy.json insinto /etc/containers/registries.d |