commit: 2c0cba2eafebb5953d96641d082114c89935d414
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 21:07:12 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 21:08:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0cba2e
app-emulation/docker: don't inherit bash-completion-r1
completion is installed by docker-cli
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-emulation/docker/docker-20.10.10.ebuild | 2 +-
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 6c8e853630b..088975dd6d2 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 68375cdfa6d..4da3a4b2f29 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/"