diff options
author | 2021-11-03 14:07:12 -0700 | |
---|---|---|
committer | 2021-11-03 14:08:29 -0700 | |
commit | 2c0cba2eafebb5953d96641d082114c89935d414 (patch) | |
tree | 5ffc6875cd0c9e8c0793ab60449404f605661e96 | |
parent | app-emulation/docker: add 20.10.10 (diff) | |
download | gentoo-2c0cba2eafebb5953d96641d082114c89935d414.tar.gz gentoo-2c0cba2eafebb5953d96641d082114c89935d414.tar.bz2 gentoo-2c0cba2eafebb5953d96641d082114c89935d414.zip |
app-emulation/docker: don't inherit bash-completion-r1
completion is installed by docker-cli
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | app-emulation/docker/docker-20.10.10.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/docker/docker-20.10.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-20.10.10.ebuild b/app-emulation/docker/docker-20.10.10.ebuild index 6c8e853630be..088975dd6d27 100644 --- a/app-emulation/docker/docker-20.10.10.ebuild +++ b/app-emulation/docker/docker-20.10.10.ebuild @@ -5,7 +5,7 @@ EAPI=7 EGO_PN=github.com/docker/docker MY_PV=${PV/_/-} GIT_COMMIT=e2f740de44 -inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot +inherit linux-info systemd udev golang-vcs-snapshot DESCRIPTION="The core functions you need to create Docker images and run Docker containers" HOMEPAGE="https://www.docker.com/" diff --git a/app-emulation/docker/docker-20.10.9.ebuild b/app-emulation/docker/docker-20.10.9.ebuild index 68375cdfa6df..4da3a4b2f29c 100644 --- a/app-emulation/docker/docker-20.10.9.ebuild +++ b/app-emulation/docker/docker-20.10.9.ebuild @@ -5,7 +5,7 @@ EAPI=7 EGO_PN=github.com/docker/docker MY_PV=${PV/_/-} GIT_COMMIT=79ea9d3080 -inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot +inherit linux-info systemd udev golang-vcs-snapshot DESCRIPTION="The core functions you need to create Docker images and run Docker containers" HOMEPAGE="https://www.docker.com/" |