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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F626138359 for ; Wed, 23 Sep 2020 08:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3759E0824; Wed, 23 Sep 2020 08:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 933A2E081A for ; Wed, 23 Sep 2020 08:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80E6E335E2F for ; Wed, 23 Sep 2020 08:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AB77379 for ; Wed, 23 Sep 2020 08:36:13 +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: <1600850112.e429e4cf64f70d7f0a372c93ad6741c208f1e635.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-19.03.13-r1.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e429e4cf64f70d7f0a372c93ad6741c208f1e635 X-VCS-Branch: master Date: Wed, 23 Sep 2020 08:36:13 +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: 75adfdce-de88-4a84-b71d-e50f8b015ab8 X-Archives-Hash: f203a58c7552e6b0bf8c4986fc159616 commit: e429e4cf64f70d7f0a372c93ad6741c208f1e635 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Sep 23 08:27:55 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Sep 23 08:35:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e429e4cf app-emulation/docker: fix missing completion aliases Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/docker/docker-19.03.13-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/docker/docker-19.03.13-r1.ebuild b/app-emulation/docker/docker-19.03.13-r1.ebuild index 91c87b4d3ea..f00a011e854 100644 --- a/app-emulation/docker/docker-19.03.13-r1.ebuild +++ b/app-emulation/docker/docker-19.03.13-r1.ebuild @@ -285,6 +285,7 @@ src_install() { doman man/man*/* + sed -i 's@dockerd\?\.exe@@g' contrib/completion/bash/docker || die dobashcomp contrib/completion/bash/* bashcomp_alias docker dockerd insinto /usr/share/fish/vendor_completions.d/