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 D1B9F15808B for ; Fri, 1 Apr 2022 04:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D17E3E0886; Fri, 1 Apr 2022 04:31:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 380B5E0886 for ; Fri, 1 Apr 2022 04:31:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBDF5340F3F for ; Fri, 1 Apr 2022 04:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B50357 for ; Fri, 1 Apr 2022 04:30:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1648787084.72023b3d2ce3f264f42d34c5e84ff9a0fd36fc7c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/docker/docker-20.10.12-r1.ebuild X-VCS-Directories: app-containers/docker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72023b3d2ce3f264f42d34c5e84ff9a0fd36fc7c X-VCS-Branch: master Date: Fri, 1 Apr 2022 04:30:59 +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: 02016f88-b730-40ef-ba7a-9ed91e30fc68 X-Archives-Hash: c5d7a04f1f518f4d91ea0ee5764db181 commit: 72023b3d2ce3f264f42d34c5e84ff9a0fd36fc7c Author: Sam James gentoo org> AuthorDate: Fri Apr 1 04:24:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 1 04:24:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72023b3d app-containers/docker: fix typo in comment Signed-off-by: Sam James gentoo.org> app-containers/docker/docker-20.10.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/docker/docker-20.10.12-r1.ebuild b/app-containers/docker/docker-20.10.12-r1.ebuild index 094d08657128..95c508dbb975 100644 --- a/app-containers/docker/docker-20.10.12-r1.ebuild +++ b/app-containers/docker/docker-20.10.12-r1.ebuild @@ -29,7 +29,7 @@ DEPEND=" # https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies # https://github.com/moby/moby/tree/master//hack/dockerfile/install # make sure docker-proxy is pinned to exact version from ^, -# for appropriate branchch/version of course +# for appropriate branch/version of course RDEPEND=" ${DEPEND} >=net-firewall/iptables-1.4