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 E7B4C13835A 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 C41E5E081A; Wed, 23 Sep 2020 08:36:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AEE1FE081A 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 57D69335D8E 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 050D7353 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: <1600850110.d5ca3d4d98a322e8bd90b3862eda58d5eab673b2.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: d5ca3d4d98a322e8bd90b3862eda58d5eab673b2 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: 49469e18-7b13-4c54-836b-94a6c091d941 X-Archives-Hash: 54aaa6e35d4d0796023154b8cd4c0fb1 commit: d5ca3d4d98a322e8bd90b3862eda58d5eab673b2 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Sep 23 07:47:17 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Sep 23 08:35:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ca3d4d app-emulation/docker: add dockerd bashcomp alias 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 94fb34cc447..969cd7b4415 100644 --- a/app-emulation/docker/docker-19.03.13-r1.ebuild +++ b/app-emulation/docker/docker-19.03.13-r1.ebuild @@ -287,6 +287,7 @@ src_install() { doman man/man*/* dobashcomp contrib/completion/bash/* + bashcomp_alias docker dockerd insinto /usr/share/fish/vendor_completions.d/ doins contrib/completion/fish/docker.fish insinto /usr/share/zsh/site-functions