From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CA1A158086 for ; Wed, 3 Nov 2021 21:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1040BE0869; Wed, 3 Nov 2021 21:08:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7A73E0869 for ; Wed, 3 Nov 2021 21:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19159342CBD for ; Wed, 3 Nov 2021 21:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B806D1A0 for ; Wed, 3 Nov 2021 21:08:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1635973709.2c0cba2eafebb5953d96641d082114c89935d414.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-20.10.10.ebuild app-emulation/docker/docker-20.10.9.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2c0cba2eafebb5953d96641d082114c89935d414 X-VCS-Branch: master Date: Wed, 3 Nov 2021 21:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44925d26-4fb9-466e-a151-0e190a1cfc2f X-Archives-Hash: b49d9f1bd4e1e5ff4dea22b089d4c409 commit: 2c0cba2eafebb5953d96641d082114c89935d414 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 3 21:07:12 2021 +0000 Commit: Georgy Yakovlev gentoo 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 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/"