commit: a305b89aa9ac24be7124ece6b1cb189961fbbf3b Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Jan 3 23:00:11 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jan 3 23:01:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a305b89a
app-containers/skopeo: drop code to install removed bash completions Signed-off-by: William Hubbs <williamh <AT> gentoo.org> app-containers/skopeo/skopeo-1.10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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
